1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (1)
19_owner = owner;
3 references to _owner
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (3)
28_attributeCollections = new AttributeCollection[_owner._descriptors.Length]; 29for (int i = 0; i < _owner._descriptors.Length; i++) 31_attributeCollections[i] = _owner._descriptors[i].Attributes;