3 instantiations of MultiPropertyDescriptorGridEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (3)
36entries[i] = new MultiPropertyDescriptorGridEntry( 81entries[i] = new MultiPropertyDescriptorGridEntry( 105entries[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)
14public static MultiPropertyDescriptorGridEntry[]? GetMergedProperties( 25MultiPropertyDescriptorGridEntry[]? result = null; 33var entries = new MultiPropertyDescriptorGridEntry[commonProperties.Count]; 78var entries = new MultiPropertyDescriptorGridEntry[firstProperties.Count]; 101var entries = new MultiPropertyDescriptorGridEntry[properties.Count]; 263private static MultiPropertyDescriptorGridEntry[] SortParenEntries(MultiPropertyDescriptorGridEntry[] entries) 265MultiPropertyDescriptorGridEntry[]? newEntries = null; 273newEntries ??= new MultiPropertyDescriptorGridEntry[entries.Length];