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