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