6 references to GetObject
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
551PInvokeCore.GetObject((HGDIOBJ)hfont, out LOGFONT logFont);
System.Windows.Forms (5)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
108if (!PInvokeCore.GetObject(hBitmap, out BITMAP bmp))
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
223PInvokeCore.GetObject(imageInfo.hbmImage, out BITMAP bmp);
System\Windows\Forms\Input\Cursor.cs (2)
382PInvokeCore.GetObject(info.hbmColor, out BITMAP bitmap); 387PInvokeCore.GetObject(info.hbmMask, out BITMAP bitmap);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
185PInvokeCore.GetObject(palette, out uint entryCount);