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