2 implementations of hDC
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3398
public IntPtr
hDC
{ get { return m_hDC; } set { m_hDC = value; } }
3457
public IntPtr
hDC
{ get { return m_hDC; } set { m_hDC = value; } }
1 write to hDC
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
300
data.
hDC
= IntPtr.Zero;