2 references to GetValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
277return GetValue((Array)component, out temp);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
151if (value == null && mergedPd.GetValue(objs, out allEqual) == null) {