13 references to GetDC
System.Windows.Forms (13)
misc\DpiHelper.cs (1)
108IntPtr hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\AxHost.cs (1)
1452IntPtr hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\Control.cs (2)
13795IntPtr dc = UnsafeNativeMethods.GetDC(new HandleRef(this, Handle)); 16509IntPtr dc = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
307IntPtr hdcS = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\DataObject.cs (1)
146IntPtr hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\FontDialog.cs (2)
557IntPtr screenDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef); 685IntPtr screenDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\MenuItem.cs (1)
1525IntPtr screendc = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3870IntPtr hdc = UnsafeNativeMethods.GetDC(new HandleRef(DropDownListBox, DropDownListBox.Handle));
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2949hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\WebBrowserHelper.cs (2)
117IntPtr hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef); 135IntPtr hDC = UnsafeNativeMethods.GetDC(NativeMethods.NullHandleRef);