2 instantiations of ControlCommandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
763_commandSet = new ControlCommandSet(component.Site);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
39_controlCommandSet = new(_siteMock.Object);
2 references to ControlCommandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
25private ControlCommandSet _commandSet;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
19private readonly ControlCommandSet _controlCommandSet;