3 references to GetCommonProperties
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (3)
96
ArrayList props =
GetCommonProperties
(rgobjs, true, tab, parentEntry);
109
ArrayList props =
GetCommonProperties
(sortObjs, true, tab, parentEntry);
112
ArrayList firstProps =
GetCommonProperties
(new object[]{rgobjs[0]}, false, tab, parentEntry);