3 references to GetObjectType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
10338
Debug.Assert(UnsafeNativeMethods.
GetObjectType
(hDC) == NativeMethods.OBJ_ENHMETADC,
16666
int hdcType = UnsafeNativeMethods.
GetObjectType
(new HandleRef(null, hdcDraw));
19238
Debug.Assert(UnsafeNativeMethods.
GetObjectType
(hOriginalDC) == NativeMethods.OBJ_ENHMETADC,