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