1 write to target
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
451this.target = target;
5 references to target
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (5)
479return property.CanResetValue(target); 483return property.GetValue(target); 487property.ResetValue(target); 491property.SetValue(target, value); 495return property.ShouldSerializeValue(target);