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)
26if (_attributeCollections is null) 31_attributeCollections[i] = _owner._descriptors[i].Attributes; 35if (_attributeCollections.Length == 0) 46value = _attributeCollections[0][attributeType]; 53for (int i = 1; i < _attributeCollections.Length; i++) 55Attribute? newValue = _attributeCollections[i][attributeType];