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