2 writes to LastValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
855_cacheItems.LastValue = null; 1820_cacheItems.LastValue = value;
5 references to LastValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
282if (expandable && _cacheItems?.LastValue is null && PropertyValue is null) 752get => _cacheItems?.LastValue; 1808value = _cacheItems.LastValue; 2208if (InternalExpanded && _cacheItems?.LastValue is not null && _cacheItems.LastValue != PropertyValue)