17 references to AddRange
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (1)
96ReferencedAssemblies.AddRange(assemblyNames);
PresentationCore (2)
System\Windows\clipboard.cs (1)
108result.AddRange(strings);
System\Windows\dataobject.cs (1)
306dropList.AddRange(strings);
System.CodeDom (1)
System\CodeDom\Compiler\CompilerParameters.cs (1)
28ReferencedAssemblies.AddRange(assemblyNames);
System.DirectoryServices (1)
System\DirectoryServices\DirectorySearcher.cs (1)
128PropertiesToLoad.AddRange(propertiesToLoad);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
51propertySet.AddRange(props);
System.Management (3)
System\Management\ManagementClass.cs (1)
360result.AddRange((string[])val);
System\Management\ManagementQuery.cs (2)
729this.selectedProperties.AddRange(selectedProperties); 2692this.groupByPropertyList.AddRange(groupByPropertyList);
System.Windows.Forms (2)
System\Windows\Forms\OLE\Clipboard.cs (1)
368result.AddRange(strings);
System\Windows\Forms\OLE\DataObject.cs (1)
218dropList.AddRange(strings);
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\BaseContextMenuStrip.cs (1)
210GroupOrdering.AddRange([
System\Windows\Forms\Design\ToolStripContentPanelDesigner.cs (1)
24_contextMenu.GroupOrdering.AddRange(
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
86toolStripContextMenu.GroupOrdering.AddRange([StandardGroups.Code, StandardGroups.Selection, StandardGroups.Edit, StandardGroups.Properties]); 91toolStripContextMenu.GroupOrdering.AddRange([StandardGroups.Code, StandardGroups.Custom, StandardGroups.Selection, StandardGroups.Edit, StandardGroups.Properties]);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
73_contextMenu.GroupOrdering.AddRange([StandardGroups.Code,
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
267templateNodeContextMenu.GroupOrdering.AddRange([StandardGroups.Code, StandardGroups.Custom, StandardGroups.Selection, StandardGroups.Edit]);