2 writes to lastValueFont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1428
cacheItems.
lastValueFont
= f;
2114
cacheItems.
lastValueFont
= null;
1 reference to lastValueFont
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1421
else if (cacheItems.lastValueTextWidth != -1 && cacheItems.lastValueString == valueString && f.Equals(cacheItems.
lastValueFont
)) {