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