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