3 references to GetCommonProperties
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (3)
30
List<PropertyDescriptor[]>? commonProperties =
GetCommonProperties
(objects, presort: true, tab, parentEntry);
63
properties =
GetCommonProperties
(restObjects.AsSpan(), presort: true, tab, parentEntry);
69
List<PropertyDescriptor[]>? firstProperties =
GetCommonProperties
(firstObject.AsSpan(), presort: false, tab, parentEntry);