7 writes to AttributeArray
System (1)
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
49
AttributeArray
= temp;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1022
AttributeArray
= attrs;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1022
AttributeArray
= attrs;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
7180
AttributeArray
= temp;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
265
this.
AttributeArray
= this.BaseAttributes;
326
AttributeArray
= temp;
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
746
AttributeArray
= attrArray;
11 references to AttributeArray
System (2)
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
41
ArrayList attrList = new ArrayList(
AttributeArray
);
compmod\system\componentmodel\MemberDescriptor.cs (1)
295
return new AttributeCollection(
AttributeArray
);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
890
Fx.Assert(
AttributeArray
.Length == 0, "Attribute array should always contain zero elements");
891
return
AttributeArray
.Length == 0 && _attributes != null;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
890
Fx.Assert(
AttributeArray
.Length == 0, "Attribute array should always contain zero elements");
891
return
AttributeArray
.Length == 0 && _attributes != null;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
7173
ArrayList attributes = new ArrayList(
AttributeArray
);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
272
newAttributes = new ArrayList(
AttributeArray
);
286
newAttributes = new ArrayList(
AttributeArray
);
305
newAttributes = new ArrayList(
AttributeArray
);
728
return new AttributeCollection(
AttributeArray
);