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