1 write to property
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
450this.property = property;
9 references to property
System (9)
compmod\system\componentmodel\design\DesignerOptionService.cs (9)
456return property.Attributes; 462return property.ComponentType; 468return property.IsReadOnly; 474return property.PropertyType; 479return property.CanResetValue(target); 483return property.GetValue(target); 487property.ResetValue(target); 491property.SetValue(target, value); 495return property.ShouldSerializeValue(target);