1 instantiation of ImageIndexEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageIndexEditorTests.cs (1)
13
private readonly ImageIndexEditor _editor =
new
();
23 references to ImageIndexEditor
System.Design (1)
System.Design.Forwards.cs (1)
18
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.
ImageIndexEditor
))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
22
/// Initializes a new instance of the <see cref="
ImageIndexEditor
"/> class.
System.Windows.Forms.Design.Tests (21)
EnsureEditorsTests.cs (20)
81
[InlineData(typeof(ButtonBase), "ImageIndex", typeof(
ImageIndexEditor
))]
82
[InlineData(typeof(ButtonBase), "ImageKey", typeof(
ImageIndexEditor
))]
85
[InlineData(typeof(ColumnHeader), "ImageIndex", typeof(
ImageIndexEditor
))]
86
[InlineData(typeof(ColumnHeader), "ImageKey", typeof(
ImageIndexEditor
))]
103
[InlineData(typeof(Label), "ImageIndex", typeof(
ImageIndexEditor
))]
104
[InlineData(typeof(Label), "ImageKey", typeof(
ImageIndexEditor
))]
114
[InlineData(typeof(ListViewItem), "ImageIndex", typeof(
ImageIndexEditor
))]
115
[InlineData(typeof(ListViewItem), "ImageKey", typeof(
ImageIndexEditor
))]
116
[InlineData(typeof(ListViewItem), "StateImageIndex", typeof(
ImageIndexEditor
))]
128
[InlineData(typeof(TabPage), "ImageIndex", typeof(
ImageIndexEditor
))]
129
[InlineData(typeof(TabPage), "ImageKey", typeof(
ImageIndexEditor
))]
140
[InlineData(typeof(TreeNode), "ImageIndex", typeof(
ImageIndexEditor
))]
141
[InlineData(typeof(TreeNode), "ImageKey", typeof(
ImageIndexEditor
))]
142
[InlineData(typeof(TreeNode), "SelectedImageKey", typeof(
ImageIndexEditor
))]
143
[InlineData(typeof(TreeNode), "StateImageKey", typeof(
ImageIndexEditor
))]
144
[InlineData(typeof(TreeNode), "StateImageIndex", typeof(
ImageIndexEditor
))]
145
[InlineData(typeof(TreeView), "ImageIndex", typeof(
ImageIndexEditor
))]
146
[InlineData(typeof(TreeView), "ImageKey", typeof(
ImageIndexEditor
))]
147
[InlineData(typeof(TreeView), "SelectedImageIndex", typeof(
ImageIndexEditor
))]
148
[InlineData(typeof(TreeView), "SelectedImageKey", typeof(
ImageIndexEditor
))]
System\Windows\Forms\Design\ImageIndexEditorTests.cs (1)
13
private readonly
ImageIndexEditor
_editor = new();