2 writes to _handle
System.Windows.Forms (2)
System\Windows\Forms\Control.FontHandleWrapper.cs (2)
17internal FontHandleWrapper(Font font) => _handle = (HFONT)font.ToHfont(); 33_handle = default;
4 references to _handle
System.Windows.Forms (4)
System\Windows\Forms\Control.FontHandleWrapper.cs (4)
23Debug.Assert(!_handle.IsNull, "FontHandleWrapper disposed, but still being accessed"); 24return _handle; 30if (!_handle.IsNull) 32PInvokeCore.DeleteObject(_handle);