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)
207
TvList.Nodes.
Insert
(index + direction, LastNodeChanged);
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (7)
479
Insert
(index, (TreeNode)node);
494
Insert
(index, tn);
505
Insert
(index, tn);
517
Insert
(index, tn);
529
Insert
(index, tn);
540
Insert
(index, tn);
553
Insert
(index, tn);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
752
parentNode.Nodes.
Insert
(index, nodeToInsert);
AuthoringOM\Design\DocumentOutline.cs (1)
367
parentNode.Nodes.
Insert
(childIndex, newNode);