1 write to _attributeCollections
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (1)
28
_attributeCollections
= new AttributeCollection[_owner._descriptors.Length];
6 references to _attributeCollections
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (6)
26
if (
_attributeCollections
is null)
31
_attributeCollections
[i] = _owner._descriptors[i].Attributes;
35
if (
_attributeCollections
.Length == 0)
46
value =
_attributeCollections
[0][attributeType];
53
for (int i = 1; i <
_attributeCollections
.Length; i++)
55
Attribute? newValue =
_attributeCollections
[i][attributeType];