3 writes to LastValueString
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
465_cacheItems.LastValueString = null; 1226_cacheItems.LastValueString = text; 1816_cacheItems.LastValueString = text;
2 references to LastValueString
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1217&& _cacheItems.LastValueString == text 1807text = _cacheItems.LastValueString;