2 writes to LastValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
849
_cacheItems.
LastValue
= null;
1814
_cacheItems.
LastValue
= value;
5 references to LastValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
276
if (expandable && _cacheItems?.
LastValue
is null && PropertyValue is null)
746
get => _cacheItems?.
LastValue
;
1802
value = _cacheItems.
LastValue
;
2202
if (InternalExpanded && _cacheItems?.
LastValue
is not null && _cacheItems.
LastValue
!= PropertyValue)