2 writes to lastValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1115
cacheItems.
lastValue
= null;
2115
cacheItems.
lastValue
= val;
5 references to lastValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
410
if (fExpandable && (cacheItems == null || cacheItems.
lastValue
== null) && this.PropertyValue == null) {
960
return cacheItems.
lastValue
;
2103
val = cacheItems.
lastValue
;
2574
if (this.InternalExpanded && cacheItems != null && cacheItems.
lastValue
!= null && cacheItems.
lastValue
!= this.PropertyValue) {