2 instantiations of MultiPropertyDescriptorGridEntry
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (2)
36
entries[i] = new
MultiPropertyDescriptorGridEntry
(
68
entries[i] = new
MultiPropertyDescriptorGridEntry
(
9 references to MultiPropertyDescriptorGridEntry
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1243
/// and <see cref="
MultiPropertyDescriptorGridEntry
"/> to return it's set of owners.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (8)
14
public static
MultiPropertyDescriptorGridEntry
[]? GetMergedProperties(
25
MultiPropertyDescriptorGridEntry
[]? result = null;
33
var entries = new
MultiPropertyDescriptorGridEntry
[commonProperties.Count];
64
var entries = new
MultiPropertyDescriptorGridEntry
[properties.Count];
226
private static
MultiPropertyDescriptorGridEntry
[] SortParenEntries(
MultiPropertyDescriptorGridEntry
[] entries)
228
MultiPropertyDescriptorGridEntry
[]? newEntries = null;
236
newEntries ??= new
MultiPropertyDescriptorGridEntry
[entries.Length];