1 write to _toolStripPanel
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (1)
17
_toolStripPanel
= new();
20 references to _toolStripPanel
System.Windows.Forms.Tests (20)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (20)
18
_toolStripPanelRowCollection = new(
_toolStripPanel
);
21
public void Dispose() =>
_toolStripPanel
.Dispose();
40
toolStripPanel.Should().BeSameAs(
_toolStripPanel
);
46
using ToolStripPanelRow toolStripPanelRow1 = new(
_toolStripPanel
);
48
ToolStripPanelRowCollection toolStripPanelRowCollection = new(
_toolStripPanel
, toolStripPanelRowArray);
51
toolStripPanel.Should().BeSameAs(
_toolStripPanel
);
58
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
75
ToolStripPanelRow row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
110
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
114
_toolStripPanelRowCollection.AddRange(new ToolStripPanelRowCollection(
_toolStripPanel
) { rows[0], rows[1] });
138
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
165
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
183
var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
184
ToolStripPanelRow row2 = new(
_toolStripPanel
);
203
var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
204
var row2 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
223
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
251
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);
279
var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
);
299
var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel:
_toolStripPanel
, count: 2);