Base:
method
ShouldSerializeValue
System.ComponentModel.PropertyDescriptor.ShouldSerializeValue(System.Object)
3 references to ShouldSerializeValue
System.Windows.Forms.Design (1)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
233
ShouldSerializeValue
(component);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (2)
65
inheritedPropertyDescriptor.
ShouldSerializeValue
(control).Should().BeFalse();
68
inheritedPropertyDescriptor.
ShouldSerializeValue
(control).Should().BeTrue();