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