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