5 writes to lastFont
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (5)
57
lastFont
= Control.DefaultFont;
76
lastFont
= ControlPaint.FontInPoints(font);
85
lastFont
= Control.DefaultFont;
113
lastFont
= (Font)managedValue;
122
lastFont
= null;
7 references to lastFont
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (7)
58
return
lastFont
;
64
if (fontHandle == lastHandle &&
lastFont
!= null) {
65
return
lastFont
;
88
return
lastFont
;
107
if (
lastFont
!= null &&
lastFont
.Equals(managedValue)) {
118
bool changed = ControlPaint.FontToIFont(
lastFont
, nativeFont);