1 write to _menuCommand
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\StandardCommandToolStripMenuItemTests.cs (1)
23
_menuCommand
= new((sender, e) => { }, _commandID);
4 references to _menuCommand
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\StandardCommandToolStripMenuItemTests.cs (4)
28
.Returns(
_menuCommand
);
48
_menuCommand
.Visible = false;
49
_menuCommand
.Enabled = false;
50
_menuCommand
.Checked = true;