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