2 references to GetMergedProperties
System.Windows.Forms (2)
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 (1)
65
MultiPropertyDescriptorGridEntry[] mergedProps = PropertyMerger.
GetMergedProperties
(rgobjs, this, this.PropertySort, CurrentTab);