2 instantiations of NullCustomDesignerActionList
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerActionServiceTests.cs (2)
47yield return new object[] { new NullCustomDesignerActionList(null), new DesignerActionListCollection() }; 442DesignerActionListCollection actionLists = new() { null, new DesignerActionList(null), new NullCustomDesignerActionList(null), actionList };