2 writes to LastValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
846_cacheItems.LastValue = null; 1811_cacheItems.LastValue = value;
5 references to LastValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
273if (expandable && _cacheItems?.LastValue is null && PropertyValue is null) 743get => _cacheItems?.LastValue; 1799value = _cacheItems.LastValue; 2199if (InternalExpanded && _cacheItems?.LastValue is not null && _cacheItems.LastValue != PropertyValue)