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