Home
last modified time | relevance | path

Searched refs:GdipGetPropertyIdList_delegate (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs132 …GdipGetPropertyIdList_ptr = FunctionWrapper.Load<GdipGetPropertyIdList_delegate>(s_gdipModule, "Gd… in LoadFunctionPointers()
670 … private delegate int GdipGetPropertyIdList_delegate(HandleRef image, int count, int[] list); in GdipGetPropertyIdList_delegate() method in System.Drawing.SafeNativeMethods.Gdip
671 … private static FunctionWrapper<GdipGetPropertyIdList_delegate> GdipGetPropertyIdList_ptr;
H A DGdiplusNative.Unix.cs193 …GdipGetPropertyIdList_ptr = FunctionWrapper.Load<GdipGetPropertyIdList_delegate>(s_gdipModule, "Gd… in LoadFunctionPointers()
760 …private delegate int GdipGetPropertyIdList_delegate(IntPtr image, uint propNumbers, [Out] int[] li… in GdipGetPropertyIdList_delegate() method in System.Drawing.SafeNativeMethods.Gdip
761 … private static FunctionWrapper<GdipGetPropertyIdList_delegate> GdipGetPropertyIdList_ptr;