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
1801
text = _cacheItems.
LastValueString
;