Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
2 references to GetValue
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
745return !object.Equals(GetValue(component),DefaultValue); 1205return !object.Equals(DefaultValue, GetValue(component));