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];
29
for (int i = 0; i <
_owner
._descriptors.Length; i++)
31
_attributeCollections[i] =
_owner
._descriptors[i].Attributes;