3 writes to _treeView
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (3)
121_treeView = treeView; 1109_treeView ??= FindTreeView(); 1996_treeView = null;
24 references to _treeView
System.Windows.Forms (24)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (21)
328if (HTREEITEMInternal != IntPtr.Zero && _treeView is not null && !_treeView.IsDisposed) 337PInvokeCore.SendMessage(_treeView, PInvoke.TVM_GETITEMW, 0, ref item); 339!_treeView.CheckBoxes || (((int)item.state >> SHIFTVAL) > 1) == CheckedInternal, 1000if (_treeView is not null && !_treeView.CheckBoxes) 1040if (_treeView is not null && !_treeView.CheckBoxes) 1111return _treeView; 1633if (_treeView is null) 1638if (_treeView.CheckBoxes && _treeView.StateImageList is not null) 1643StateImageKey = _treeView.StateImageList.Images.Keys[StateImageIndex]; 1713return node._treeView; 1812if (_treeView is not null && _treeView.IsHandleCreated) 1814_treeView.Invalidate(); 2069if (_treeView is not null && _treeView.StateImageList is not null) 2074if (_treeView is not null && _treeView.StateImageList is not null)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (3)
46TreeView tv = _owner._treeView!; 49if (value._treeView is not null && value._treeView.Handle != tv.Handle)