Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
2 references to GetValue
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
718
return !Equals(
GetValue
(component), DefaultValue);
1194
return !Equals(DefaultValue,
GetValue
(component));