3 instantiations of MultiPropertyDescriptorGridEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (3)
36
entries[i] = new
MultiPropertyDescriptorGridEntry
(
81
entries[i] = new
MultiPropertyDescriptorGridEntry
(
105
entries[i] = new
MultiPropertyDescriptorGridEntry
(
10 references to MultiPropertyDescriptorGridEntry
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1234
/// and <see cref="
MultiPropertyDescriptorGridEntry
"/> to return it's set of owners.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (9)
14
public static
MultiPropertyDescriptorGridEntry
[]? GetMergedProperties(
25
MultiPropertyDescriptorGridEntry
[]? result = null;
33
var entries = new
MultiPropertyDescriptorGridEntry
[commonProperties.Count];
78
var entries = new
MultiPropertyDescriptorGridEntry
[firstProperties.Count];
101
var entries = new
MultiPropertyDescriptorGridEntry
[properties.Count];
263
private static
MultiPropertyDescriptorGridEntry
[] SortParenEntries(
MultiPropertyDescriptorGridEntry
[] entries)
265
MultiPropertyDescriptorGridEntry
[]? newEntries = null;
273
newEntries ??= new
MultiPropertyDescriptorGridEntry
[entries.Length];