1 write to _toolStrip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
14
_toolStrip
= new();
5 references to _toolStrip
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (5)
15
_toolStripSplitStackDragDropHandler = new(
_toolStrip
);
18
public void Dispose() =>
_toolStrip
.Dispose();
54
_toolStrip
.Items[0].Should().Be(toolStripItem);
65
_toolStrip
.Items.Count.Should().Be(0);
119
_toolStrip
.Items[0].Should().Be(newToolStripItem);