6 writes to AttributeArray
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ExtendedPropertyDescriptor.cs (1)
39AttributeArray = temp;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
259AttributeArray = [.. attributes];
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
197AttributeArray = BaseAttributes; 263AttributeArray = temp;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (2)
89AttributeArray = [.. attributes]; 104AttributeArray = [.. attributes];
9 references to AttributeArray
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ExtendedPropertyDescriptor.cs (1)
28List<Attribute> attrList = new List<Attribute>(AttributeArray!)
System\ComponentModel\MemberDescriptor.cs (1)
236return new AttributeCollection(AttributeArray);
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
257List<Attribute> attributes = new(AttributeArray!);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
204newAttributes = new(AttributeArray) 221newAttributes = new(AttributeArray) 241newAttributes ??= new(AttributeArray); 476protected sealed override AttributeCollection CreateAttributeCollection() => new(AttributeArray);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (2)
81List<Attribute> attributes = new(AttributeArray!) 99List<Attribute> attributes = new(AttributeArray!)