7 references to GetDC
System.Drawing (7)
commonui\System\Drawing\Advanced\Font.cs (5)
410
IntPtr screenDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
429
IntPtr screenDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
803
IntPtr screenDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
932
IntPtr screenDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
1001
IntPtr screenDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
commonui\System\Drawing\Icon.cs (1)
628
IntPtr dc = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);
misc\DpiHelper.cs (1)
108
IntPtr hDC = UnsafeNativeMethods.
GetDC
(NativeMethods.NullHandleRef);