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