1 write to _toolStrip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
16
_toolStrip
= new();
5 references to _toolStrip
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (5)
17
_toolStripSplitStackDragDropHandler = new(
_toolStrip
);
20
public void Dispose() =>
_toolStrip
.Dispose();
56
_toolStrip
.Items[0].Should().Be(toolStripItem);
67
_toolStrip
.Items.Count.Should().Be(0);
121
_toolStrip
.Items[0].Should().Be(newToolStripItem);