8 references to GDI
System.Drawing (8)
commonui\System\Drawing\Advanced\Gdiplus.cs (6)
3927
return System.Internal.HandleCollector.Add(IntCreateCompatibleBitmap(hDC, width, height), SafeNativeMethods.CommonHandles.
GDI
);
3939
return System.Internal.HandleCollector.Add(IntCreateBitmap(width, height, planes, bpp, bitmapData), SafeNativeMethods.CommonHandles.
GDI
);
3984
return System.Internal.HandleCollector.Add(IntCreateDIBSection(hdc, ref bmi, iUsage, ref ppvBits, hSection, dwOffset), SafeNativeMethods.CommonHandles.
GDI
);
4062
return System.Internal.HandleCollector.Add(IntCreateRectRgn(x1, y1, x2, y2), SafeNativeMethods.CommonHandles.
GDI
);
4780
System.Internal.HandleCollector.Remove((IntPtr)hObject, SafeNativeMethods.CommonHandles.
GDI
);
4864
handleType = SafeNativeMethods.CommonHandles.
GDI
;
commonui\System\Drawing\UnsafeNativeMethods.cs (2)
42
System.Internal.HandleCollector.Remove((IntPtr)hDC, SafeNativeMethods.CommonHandles.
GDI
);
98
return System.Internal.HandleCollector.Add(IntCreateCompatibleDC(hDC), SafeNativeMethods.CommonHandles.
GDI
);