2 writes to _hdc
System.Windows.Forms (2)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (2)
36
_hdc
= default;
61
_hdc
= dc;
8 references to _hdc
System.Windows.Forms (8)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (8)
77
internal HDC HDC => IsStateClean ? default :
_hdc
;
99
Debug.Assert(!
_hdc
.IsNull);
103
_hdc
,
111
_graphics = Graphics.FromHdcInternal((IntPtr)
_hdc
);
121
internal HDC GetHDC() =>
_hdc
;
134
if (_graphics is not null && !
_hdc
.IsNull)
140
if (!_oldPalette.IsNull && !
_hdc
.IsNull)
142
PInvokeCore.SelectPalette(
_hdc
, _oldPalette, bForceBkgd: false);