3 writes to readOnly
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
178
this.
readOnly
= readOnly;
484
this.
readOnly
|= (this.Attributes[typeof(ReadOnlyAttribute)].Equals(ReadOnlyAttribute.Yes));
487
this.
readOnly
= gbv.Value;
4 references to readOnly
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
485
GetBoolValueEvent gbv = new GetBoolValueEvent(this.
readOnly
);
490
return this.
readOnly
;
697
return new Com2PropertyDescriptor(this.dispid, this.Name, (Attribute[])this.baseAttrs.Clone(), this.
readOnly
, this.propertyType, this.typeData, this.hrHidden);
1209
if (this.
readOnly
) {