1 write to _toolStripPanel
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (1)
15
_toolStripPanel
= new();
20 references to _toolStripPanel
System.Windows.Forms.Tests (20)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (20)
16
_toolStripPanelRowCollection = new(
_toolStripPanel
);
19
public void Dispose() =>
_toolStripPanel
.Dispose();
38
toolStripPanel.Should().BeSameAs(
_toolStripPanel
);
44
using ToolStripPanelRow toolStripPanelRow1 = new(
_toolStripPanel
);
46
ToolStripPanelRowCollection toolStripPanelRowCollection = new(
_toolStripPanel
, toolStripPanelRowArray);
49
toolStripPanel.Should().BeSameAs(
_toolStripPanel
);
56
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
73
ToolStripPanelRow row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
108
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
112
_toolStripPanelRowCollection.AddRange(new ToolStripPanelRowCollection(
_toolStripPanel
) { rows[0], rows[1] });
136
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
163
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
181
var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
182
ToolStripPanelRow row2 = new(
_toolStripPanel
);
201
var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
202
var row2 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
221
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
249
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
277
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
297
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);