21 writes to StateImageKey
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
1564StateImageKey = stateImageKey; 1643StateImageKey = _treeView.StateImageList.Images.Keys[StateImageIndex];
System.Windows.Forms.Tests (19)
System\Windows\Forms\TreeNodeTests.cs (19)
3622StateImageKey = "StateImageKey", 4006StateImageKey = value 4012node.StateImageKey = value; 4038StateImageKey = value 4044node.StateImageKey = value; 4082node.StateImageKey = value; 4088node.StateImageKey = value; 4113node.StateImageKey = value; 4119node.StateImageKey = value; 4155node.StateImageKey = value; 4161node.StateImageKey = value; 4185node.StateImageKey = value; 4194node.StateImageKey = value; 4217node.StateImageKey = value; 4255node.StateImageKey = value; 4295node.StateImageKey = value; 4319node.StateImageKey = value; 4324node.StateImageKey = value; 4338node.StateImageKey = "Key";
55 references to StateImageKey
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (3)
1526case nameof(StateImageKey): 1640if (!string.IsNullOrEmpty(StateImageKey)) 2076si.AddValue(nameof(StateImageKey), StateImageIndexer.Key);
System.Windows.Forms.Tests (52)
System\Windows\Forms\TreeNodeCollectionTests.cs (1)
50Assert.Empty(treeNode.StateImageKey);
System\Windows\Forms\TreeNodeTests.cs (51)
45Assert.Empty(node.StateImageKey); 85Assert.Empty(node.StateImageKey); 133Assert.Empty(node.StateImageKey); 176Assert.Empty(node.StateImageKey); 224Assert.Empty(node.StateImageKey); 3583Assert.Empty(node.StateImageKey); 3588Assert.Empty(node.StateImageKey); 3594Assert.Empty(node.StateImageKey); 3601Assert.Empty(node.StateImageKey); 3608Assert.Empty(node.StateImageKey); 3626Assert.Equal(ImageList.Indexer.DefaultKey, node.StateImageKey); 3631Assert.Equal(ImageList.Indexer.DefaultKey, node.StateImageKey); 3637Assert.Equal(ImageList.Indexer.DefaultKey, node.StateImageKey); 3644Assert.Equal(ImageList.Indexer.DefaultKey, node.StateImageKey); 3651Assert.Equal(ImageList.Indexer.DefaultKey, node.StateImageKey); 3680Assert.Empty(node.StateImageKey); 3686Assert.Empty(node.StateImageKey); 3693Assert.Empty(node.StateImageKey); 3700Assert.Empty(node.StateImageKey); 3719Assert.Empty(node.StateImageKey); 3725Assert.Empty(node.StateImageKey); 3732Assert.Empty(node.StateImageKey); 3767Assert.Empty(node.StateImageKey); 3773Assert.Empty(node.StateImageKey); 3809Assert.Empty(node.StateImageKey); 3818Assert.Empty(node.StateImageKey); 3828Assert.Empty(node.StateImageKey); 3949Assert.Empty(node.StateImageKey); 3955Assert.Empty(node.StateImageKey); 3962Assert.Empty(node.StateImageKey); 3969Assert.Empty(node.StateImageKey); 4008Assert.Equal(expected, node.StateImageKey); 4013Assert.Equal(expected, node.StateImageKey); 4019Assert.Equal(expected, node.StateImageKey); 4025Assert.Equal(expected, node.StateImageKey); 4040Assert.Equal(expectedStateImageKey, node.StateImageKey); 4045Assert.Equal(expectedStateImageKey, node.StateImageKey); 4051Assert.Equal(expectedStateImageKey, node.StateImageKey); 4057Assert.Equal(expectedStateImageKey, node.StateImageKey); 4083Assert.Equal(expected, node.StateImageKey); 4089Assert.Equal(expected, node.StateImageKey); 4096Assert.Equal(expected, node.StateImageKey); 4114Assert.Equal(expected, node.StateImageKey); 4120Assert.Equal(expected, node.StateImageKey); 4156Assert.Equal(expected, node.StateImageKey); 4162Assert.Equal(expected, node.StateImageKey); 4186Assert.Equal(expected, node.StateImageKey); 4195Assert.Equal(expected, node.StateImageKey); 4320Assert.Equal(expected, node.StateImageKey); 4325Assert.Equal(expected, node.StateImageKey); 4339Assert.Equal("Key", node.StateImageKey);