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