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)
77internal HDC HDC => IsStateClean ? default : _hdc; 99Debug.Assert(!_hdc.IsNull); 103_hdc, 111_graphics = Graphics.FromHdcInternal((IntPtr)_hdc); 121internal HDC GetHDC() => _hdc; 134if (_graphics is not null && !_hdc.IsNull) 140if (!_oldPalette.IsNull && !_hdc.IsNull) 142PInvoke.SelectPalette(_hdc, _oldPalette, bForceBkgd: false);