6 references to AddRange
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
989
_children.
AddRange
(childProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
134
ChildCollection.
AddRange
(mergedProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
71
ChildCollection.
AddRange
(mergedProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3599
_allGridEntries.
AddRange
(entries);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
277
ChildCollection.
AddRange
(categoryGridEntries);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\NonNullCollection.cs (1)
20
public NonNullCollection(IEnumerable<T> items) =>
AddRange
(items);