5 references to HDC
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (2)
95if (color.A == 255 && e.HDC != IntPtr.Zero) { 100SafeNativeMethods.FillRect(new HandleRef(e, e.HDC), ref r, new HandleRef(this,
winforms\Managed\System\WinForms\Control.cs (3)
8517hdc = e.HDC; 9645using (WindowsGraphics wg = (e.HDC != IntPtr.Zero && DisplayInformation.BitsPerPixel > 8) ? 9646WindowsGraphics.FromHdc(e.HDC) : WindowsGraphics.FromGraphics(e.Graphics)) {