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