12 references to Insert
System.Web.Mobile (3)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
767_appliedFiltersList.TvList.Nodes.Insert(0, choice);
UI\MobileControls\Design\StylesEditorDialog.cs (1)
815_tvDefinedStyles.Nodes.Insert(index + direction, node);
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
207TvList.Nodes.Insert(index + direction, LastNodeChanged);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (7)
479Insert(index, (TreeNode)node); 494Insert(index, tn); 505Insert(index, tn); 517Insert(index, tn); 529Insert(index, tn); 540Insert(index, tn); 553Insert(index, tn);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
752parentNode.Nodes.Insert(index, nodeToInsert);
AuthoringOM\Design\DocumentOutline.cs (1)
367parentNode.Nodes.Insert(childIndex, newNode);