3 writes to treeView
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeNode.cs (3)
177this.treeView = treeView; 1071treeView = FindTreeView(); 1810treeView = null;
21 references to treeView
System.Windows.Forms (21)
winforms\Managed\System\WinForms\TreeNode.cs (21)
947if (treeView != null && !treeView.CheckBoxes) 971return (treeView == null || treeView.StateImageList == null) ? -1:StateImageIndexer.Index; 978if (treeView != null && !treeView.CheckBoxes) 1070if (treeView == null) 1072return treeView; 1528if (treeView == null) { 1532if (treeView.CheckBoxes && treeView.StateImageList != null) { 1536this.StateImageKey = treeView.StateImageList.Images.Keys[this.StateImageIndex]; 1597return node.treeView; 1651if (treeView != null && treeView.IsHandleCreated) treeView.Invalidate(); 1807treeView.nodeTable.Remove(handle); 1866if (this.treeView != null && this.treeView.StateImageList != null) { 1870if (this.treeView != null && this.treeView.StateImageList != null) {