5 references to GetSelfAndChildNodes
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (2)
313
foreach (TreeNode treeNode in node.
GetSelfAndChildNodes
())
449
foreach (TreeNode treeNode in node.
GetSelfAndChildNodes
())
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
179
foreach (TreeNode node in rootNode.
GetSelfAndChildNodes
())
3136
foreach (TreeNode node in rootNode.
GetSelfAndChildNodes
())
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeNodeTests.cs (1)
4618
List<TreeNode> nodes = rootNode.
GetSelfAndChildNodes
();