1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
535this.owner = owner;
3 references to owner
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (3)
625attributeCollections = new AttributeCollection[owner.descriptors.Length]; 626for (int i = 0; i < owner.descriptors.Length; i++) { 627attributeCollections[i] = owner.descriptors[i].Attributes;