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)
37
return
_lastFont
;
43
if (fontHandle == _lastHandle &&
_lastFont
is not null)
45
return
_lastFont
;
62
return
_lastFont
;
72
if (
_lastFont
is not null &&
_lastFont
.Equals(managedValue))
90
ApplyFontSettings(
_lastFont
, font, out bool targetChanged);