Base:
method
SetValue
System.ComponentModel.PropertyDescriptor.SetValue(System.Object, System.Object)
2 references to SetValue
System.Windows.Forms.Design (1)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
247
SetValue
(component, _defaultValue);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (1)
54
inheritedPropertyDescriptor.
SetValue
(control, Color.Purple);