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