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