16 references to StateImageIndexer
System.Windows.Forms (16)
winforms\Managed\System\WinForms\TreeNode.cs (16)
943return StateImageIndexer.Key; } 945if (StateImageIndexer.Key != value) { 946StateImageIndexer.Key = value; 971return (treeView == null || treeView.StateImageList == null) ? -1:StateImageIndexer.Index; 977StateImageIndexer.Index = value; 1280node.StateImageIndexer.Index = StateImageIndexer.Index; 1296if (!(string.IsNullOrEmpty(StateImageIndexer.Key))) { 1297node.StateImageIndexer.Key = StateImageIndexer.Key; 1695else if (tv.StateImageList != null && StateImageIndexer.ActualIndex >= 0) { 1698tvis.item_state = ((StateImageIndexer.ActualIndex + 1) << SHIFTVAL); 1867si.AddValue("StateImageIndex", StateImageIndexer.Index); 1871si.AddValue("StateImageKey", StateImageIndexer.Key); 1933if (StateImageIndexer.ActualIndex != -1) { 1934item.state = ((StateImageIndexer.ActualIndex + 1) << SHIFTVAL);