Base:
property
ActionLists
System.ComponentModel.Design.ComponentDesigner.ActionLists
3 references to ActionLists
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ImageListDesignerTests.cs (3)
15
imageListDesigner.
ActionLists
.Should().NotBeNull();
16
imageListDesigner.
ActionLists
.Cast<object>().Should().HaveCount(1);
17
imageListDesigner.
ActionLists
[0].Should().BeOfType<ImageListActionList>();