1 write to StateImageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeView.cs (1)
1686StateImageList = null;
10 references to StateImageList
System.Windows.Forms (10)
winforms\Managed\System\WinForms\TreeNode.cs (7)
103return owner.TreeView.StateImageList; 971return (treeView == null || treeView.StateImageList == null) ? -1:StateImageIndexer.Index; 1532if (treeView.CheckBoxes && treeView.StateImageList != null) { 1536this.StateImageKey = treeView.StateImageList.Images.Keys[this.StateImageIndex]; 1695else if (tv.StateImageList != null && StateImageIndexer.ActualIndex >= 0) { 1866if (this.treeView != null && this.treeView.StateImageList != null) { 1870if (this.treeView != null && this.treeView.StateImageList != null) {
winforms\Managed\System\WinForms\TreeView.cs (3)
649if (StateImageList != null && StateImageList.Images.Count > 0) { 2623if (StateImageList != null) {