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); 18public 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);