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)
14
Assert.Null(set.
ActionLists
);
55
Assert.Same(collection, mockSet.Object.
ActionLists
);
65
Assert.Throws<InvalidCastException>(() => mockSet.Object.
ActionLists
);