2 instantiations of MultiPropertyDescriptorGridEntry
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (2)
36entries[i] = new MultiPropertyDescriptorGridEntry( 68entries[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)
14public static MultiPropertyDescriptorGridEntry[]? GetMergedProperties( 25MultiPropertyDescriptorGridEntry[]? result = null; 33var entries = new MultiPropertyDescriptorGridEntry[commonProperties.Count]; 64var entries = new MultiPropertyDescriptorGridEntry[properties.Count]; 226private static MultiPropertyDescriptorGridEntry[] SortParenEntries(MultiPropertyDescriptorGridEntry[] entries) 228MultiPropertyDescriptorGridEntry[]? newEntries = null; 236newEntries ??= new MultiPropertyDescriptorGridEntry[entries.Length];