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