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