Base:
property
ActionLists
System.ComponentModel.Design.ComponentDesigner.ActionLists
3 references to ActionLists
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (3)
38public void ActionLists_ShouldNotBeNull() => _designer.ActionLists.Should().NotBeNull(); 43var actionLists = _designer.ActionLists; 50var toolStripContainerActionList = _designer.ActionLists.OfType<ToolStripContainerActionList>().Single();