5 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 (2)
Windows\Win32\PInvokeCore.GetObject.cs (2)
8/// <inheritdoc cref="GetObject(HGDIOBJ,int,void*)"/> 16return GetObject(h, sizeof(T), pv) != 0;