3 writes to LastValueString
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
459_cacheItems.LastValueString = null; 1220_cacheItems.LastValueString = text; 1810_cacheItems.LastValueString = text;
2 references to LastValueString
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1211&& _cacheItems.LastValueString == text 1801text = _cacheItems.LastValueString;