2 writes to _lastHandle
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
35_lastHandle = HFONT.Null; 48_lastHandle = fontHandle;
2 references to _lastHandle
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
43if (fontHandle == _lastHandle && _lastFont is not null) 53using Font font = Font.FromHfont(_lastHandle);