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