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