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