2 writes to LastShouldSerialize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
2084
_cacheItems.
LastShouldSerialize
= SendNotificationToParent(Notify.ShouldPersist);
2092
LastShouldSerialize
= SendNotificationToParent(Notify.ShouldPersist),
2 references to LastShouldSerialize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
2080
return _cacheItems.
LastShouldSerialize
;
2097
return _cacheItems.
LastShouldSerialize
;