1 instantiation of MergePropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
23new MergePropertyDescriptor(propertyDescriptors),
9 references to MergePropertyDescriptor
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (2)
12private readonly MergePropertyDescriptor _owner; 17public MergedAttributeCollection(MergePropertyDescriptor owner) : base(attributes: null)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (5)
11private readonly MergePropertyDescriptor _mergedDescriptor; 27_mergedDescriptor = (MergePropertyDescriptor)PropertyDescriptor; 235if (propertyInfo is MergePropertyDescriptor descriptor) 308Debug.Assert(PropertyDescriptor is MergePropertyDescriptor, "Did not get a MergePropertyDescriptor!!!"); 311if (PropertyDescriptor is MergePropertyDescriptor mergeDescriptor)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
633if (PropertyDescriptor is MergePropertyDescriptor && owner is Array objArray) 802if (component is null && PropertyDescriptor is MergePropertyDescriptor)