3 references to ShouldSerializePropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2159bool valueModified = ((paintFlags & PaintValueFlags.CheckShouldSerialize) != PaintValueFlags.None) && ShouldSerializePropertyValue();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4458if (gridEntry.ShouldSerializePropertyValue()) { 4466if (gridEntry.ShouldSerializePropertyValue()) {