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