3 writes to StateImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1543StateImageList = null;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (2)
473_treeView1.StateImageList = actualTreeView.StateImageList; 477_treeView1.StateImageList = null;
14 references to StateImageList
System.Windows.Forms (12)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (8)
1021tv?.StateImageList is not null && 1022StateImageIndexer.Index >= tv.StateImageList.Images.Count) 1024return tv.StateImageList.Images.Count - 1; 1635if (_treeView.CheckBoxes && _treeView.StateImageList is not null) 1640StateImageKey = _treeView.StateImageList.Images.Keys[StateImageIndex]; 1855else if (tv.StateImageList is not null && StateImageIndexer.ActualIndex >= 0) 2064if (_treeView is not null && _treeView.StateImageList is not null) 2069if (_treeView is not null && _treeView.StateImageList is not null)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeImageIndexer.cs (1)
31return _owner.TreeView.StateImageList;
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
629if (StateImageList is not null && StateImageList.Images.Count > 0 && _internalStateImageList is not null) 2612if (StateImageList is not null)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (2)
471if (actualTreeView.StateImageList is not null) 473_treeView1.StateImageList = actualTreeView.StateImageList;