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