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