5 references to TreeNode
System.Windows.Forms (5)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
156
:
this
(text, imageIndex, selectedImageIndex)
1346
? new
TreeNode
(_text, ImageIndexer.Index, SelectedImageIndexer.Index)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (2)
182
TreeNode tn =
new
(text, imageIndex, selectedImageIndex)
544
TreeNode tn =
new
(text, imageIndex, selectedImageIndex)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
212
_selector.Nodes.Add(new
TreeNode
(title, n, n));