1 write to attributeCollections
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
625attributeCollections = new AttributeCollection[owner.descriptors.Length];
6 references to attributeCollections
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (6)
624if (attributeCollections == null) { 627attributeCollections[i] = owner.descriptors[i].Attributes; 631if (attributeCollections.Length == 0) { 643value = attributeCollections[0][attributeType]; 649for (int i = 1; i < attributeCollections.Length; i++) { 650Attribute newValue = attributeCollections[i][attributeType];