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