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)
38
public void ActionLists_ShouldNotBeNull() => _designer.
ActionLists
.Should().NotBeNull();
43
var actionLists = _designer.
ActionLists
;
50
var toolStripContainerActionList = _designer.
ActionLists
.OfType<ToolStripContainerActionList>().Single();