Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
9 references to GetValue
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (2)
148return !Equals(GetValue(component), _defaultValue); 288return !Equals(GetValue(component), _defaultValue);
System.Windows.Forms.Design.Tests (7)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (7)
19Size size = (Size)inheritedPropertyDescriptor.GetValue(control); 23size = (Size)inheritedPropertyDescriptor.GetValue(control); 33AnchorStyles anchor = (AnchorStyles)inheritedPropertyDescriptor.GetValue(control); 37anchor = (AnchorStyles)inheritedPropertyDescriptor.GetValue(control); 41anchor = (AnchorStyles)inheritedPropertyDescriptor.GetValue(control); 51Color backColor = (Color)inheritedPropertyDescriptor.GetValue(control); 55backColor = (Color)inheritedPropertyDescriptor.GetValue(control);