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