1 write to objs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
29this.objs = objectArray;
12 references to objs
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (12)
37foreach (object o in objs) { 73foreach (object o in mergedPd.GetValues(objs)) { 112MultiPropertyDescriptorGridEntry[] mergedProps = MultiSelectRootGridEntry.PropertyMerger.GetMergedProperties(mergedPd.GetValues(objs), this, this.PropertySort, this.CurrentTab); 134return mergedPd.GetValues(objs); 138IComponent[] temp = new IComponent[objs.Length]; 139Array.Copy(objs, 0, temp, 0, objs.Length); 151if (value == null && mergedPd.GetValue(objs, out allEqual) == null) { 330int cLength = objs.Length; 333ComponentChangeService.OnComponentChanging(objs[i], mergedPd[i]); 348int cLength = objs.Length; 350ComponentChangeService.OnComponentChanged(objs[i], mergedPd[i], null, null);