2 references to CheckShouldSerialize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1866
bool valueModified = paintFlags.HasFlag(PaintValueFlags.
CheckShouldSerialize
) && ShouldSerializePropertyValue();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1177
| GridEntry.PaintValueFlags.
CheckShouldSerialize
);