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)
15imageListDesigner.ActionLists.Should().NotBeNull(); 16imageListDesigner.ActionLists.Cast<object>().Should().HaveCount(1); 17imageListDesigner.ActionLists[0].Should().BeOfType<ImageListActionList>();