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