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