2 references to GetValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
197return GetValue((Array)component, out _);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
168if (value is null && _mergedDescriptor.GetValue(_objects, out bool allEqual) is null && !allEqual)