5 references to AddRange
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1244
this.childCollection.
AddRange
(childProps);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
117
ChildCollection.
AddRange
(mergedProps);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
70
ChildCollection.
AddRange
(mergedProps);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3758
allGridEntries.
AddRange
(entries);
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
354
ChildCollection.
AddRange
(childEntries);