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)
25
private
ControlCommandSet
_commandSet;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCommandSetTests.cs (1)
19
private readonly
ControlCommandSet
_controlCommandSet;