2 writes to lastShouldSerialize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2463
cacheItems.
lastShouldSerialize
= NotifyValue(NOTIFY_SHOULD_PERSIST);
2469
cacheItems.
lastShouldSerialize
= NotifyValue(NOTIFY_SHOULD_PERSIST);
2 references to lastShouldSerialize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2460
return cacheItems.
lastShouldSerialize
;
2472
return cacheItems.
lastShouldSerialize
;