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