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