2 writes to topNode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1349topNode = null; 1352topNode = value;
3 references to topNode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeView.cs (3)
1338return topNode; 1345Debug.Assert(topNode == null || topNode.TreeView != this, "handle is created, but we're still caching selectedNode");