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