3 writes to lastValueString
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
574
cacheItems.
lastValueString
= null;
1427
cacheItems.
lastValueString
= valueString;
2111
cacheItems.
lastValueString
= strValue;
2 references to lastValueString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1421
else if (cacheItems.lastValueTextWidth != -1 && cacheItems.
lastValueString
== valueString && f.Equals(cacheItems.lastValueFont)) {
2102
strValue = cacheItems.
lastValueString
;