7 references to GetObject
System.Drawing.Common (3)
System\Drawing\Icon.cs (3)
206PInvokeCore.GetObject( 216PInvokeCore.GetObject( 671PInvokeCore.GetObject(info.hbmColor, sizeof(BITMAP), &bmp);
System.Private.Windows.Core (4)
_generated\195\Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
484 /// <inheritdoc cref="GetObject(winmdroot.Graphics.Gdi.HGDIOBJ, int, void*)"/> 490 int __result = PInvokeCore.GetObject(h, pv.Length, (void* )pvLocal);
Windows\Win32\PInvokeCore.GetObject.cs (2)
8/// <inheritdoc cref="GetObject(HGDIOBJ,int,void*)"/> 16return GetObject(h, sizeof(T), pv) != 0;