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); 102var paletteScope = _hdc.HalftonePalette( 110_graphics = Graphics.FromHdcInternal((IntPtr)_hdc); 120internal HDC GetHDC() => _hdc; 133if (_graphics is not null && !_hdc.IsNull) 139if (!_oldPalette.IsNull && !_hdc.IsNull) 141PInvokeCore.SelectPalette(_hdc, _oldPalette, bForceBkgd: false);