5 writes to _lastFont
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (5)
36_lastFont = Control.DefaultFont; 54_lastFont = ControlPaint.FontInPoints(font); 59_lastFont = Control.DefaultFont; 77_lastFont = (Font)managedValue; 95_lastFont = null;
7 references to _lastFont
System.Windows.Forms (7)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (7)
37return _lastFont; 43if (fontHandle == _lastHandle && _lastFont is not null) 45return _lastFont; 62return _lastFont; 72if (_lastFont is not null && _lastFont.Equals(managedValue)) 90ApplyFontSettings(_lastFont, font, out bool targetChanged);