2 instantiations of MultiPropertyDescriptorGridEntry
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
100
entries[i] = new
MultiPropertyDescriptorGridEntry
(parentEntry.OwnerGrid, parentEntry, rgobjs, (PropertyDescriptor[])props[i], false);
124
entries[i] = new
MultiPropertyDescriptorGridEntry
(parentEntry.OwnerGrid, parentEntry, rgobjs, (PropertyDescriptor[])props[i], false);
12 references to MultiPropertyDescriptorGridEntry
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
112
MultiPropertyDescriptorGridEntry
[] mergedProps = MultiSelectRootGridEntry.PropertyMerger.GetMergedProperties(mergedPd.GetValues(objs), this, this.PropertySort, this.CurrentTab);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (11)
65
MultiPropertyDescriptorGridEntry
[] mergedProps = PropertyMerger.GetMergedProperties(rgobjs, this, this.PropertySort, CurrentTab);
88
public static
MultiPropertyDescriptorGridEntry
[] GetMergedProperties(object[] rgobjs, GridEntry parentEntry, PropertySort sort, PropertyTab tab) {
90
MultiPropertyDescriptorGridEntry
[] result = null;
98
MultiPropertyDescriptorGridEntry
[] entries = new
MultiPropertyDescriptorGridEntry
[props.Count];
121
MultiPropertyDescriptorGridEntry
[] entries = new
MultiPropertyDescriptorGridEntry
[props.Count];
240
private static
MultiPropertyDescriptorGridEntry
[] SortParenEntries(
MultiPropertyDescriptorGridEntry
[] entries) {
242
MultiPropertyDescriptorGridEntry
[] newEntries = null;
249
newEntries = new
MultiPropertyDescriptorGridEntry
[entries.Length];