4 writes to baseAttrs
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
180
this.
baseAttrs
= attrs;
236
this.
baseAttrs
= new Attribute[attrList.Count];
243
baseAttrs
= new Attribute[0];
250
baseAttrs
= value;
7 references to baseAttrs
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (7)
225
int baseCount =
baseAttrs
== null ? 0 :
baseAttrs
.Length;
230
attrList.AddRange(
baseAttrs
);
239
if (
baseAttrs
!= null) {
240
attrList.CopyTo(this.
baseAttrs
, 0);
247
return
baseAttrs
;
697
return new Com2PropertyDescriptor(this.dispid, this.Name, (Attribute[])this.
baseAttrs
.Clone(), this.readOnly, this.propertyType, this.typeData, this.hrHidden);