11 references to DefaultValue
System (11)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
577if (DefaultValue != noValue) { 614if (DefaultValue != noValue) { 615ExtenderSetValue(provider, component, DefaultValue, notifyDesc); 719else if (DefaultValue == noValue) { 728return !object.Equals(DefaultValue, ExtenderGetValue(provider, component)); 744if (DefaultValue != noValue) { 745return !object.Equals(GetValue(component),DefaultValue); 1034if (DefaultValue != noValue) { 1035SetValue(component, DefaultValue); 1196else if (DefaultValue == noValue) { 1205return !object.Equals(DefaultValue, GetValue(component));