2 references to CheckShouldSerialize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2159bool valueModified = ((paintFlags & PaintValueFlags.CheckShouldSerialize) != PaintValueFlags.None) && ShouldSerializePropertyValue();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1351paintFlags |= GridEntry.PaintValueFlags.CheckShouldSerialize;