4 references to ActionLists
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionService.cs (1)
178
DesignerActionListCollection? pullCollection = designerCommandSet.
ActionLists
;
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\DesignerCommandSetTests.cs (3)
16
Assert.Null(set.
ActionLists
);
57
Assert.Same(collection, mockSet.Object.
ActionLists
);
67
Assert.Throws<InvalidCastException>(() => mockSet.Object.
ActionLists
);