1 instantiation of MergePropertyDescriptor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
28mergedPd = new MergePropertyDescriptor(propInfo);
10 references to MergePropertyDescriptor
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (2)
529private MergePropertyDescriptor owner; 534public MergedAttributeCollection(MergePropertyDescriptor owner) : base((Attribute[])null) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (6)
19private MergePropertyDescriptor mergedPd; 212if (pd is MergePropertyDescriptor) { 213pd = ((MergePropertyDescriptor)pd)[i]; 278Debug.Assert(propertyInfo is MergePropertyDescriptor, "Did not get a MergePropertyDescriptor!!!"); 281MergePropertyDescriptor mpd = propertyInfo as MergePropertyDescriptor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
727if (propertyInfo is MergePropertyDescriptor && obj is Array) 890if (component == null && propertyInfo is MergePropertyDescriptor) {