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); 19public void Dispose() => _toolStripPanel.Dispose(); 38toolStripPanel.Should().BeSameAs(_toolStripPanel); 44using ToolStripPanelRow toolStripPanelRow1 = new(_toolStripPanel); 46ToolStripPanelRowCollection toolStripPanelRowCollection = new(_toolStripPanel, toolStripPanelRowArray); 49toolStripPanel.Should().BeSameAs(_toolStripPanel); 56var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 73ToolStripPanelRow row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 108var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 112_toolStripPanelRowCollection.AddRange(new ToolStripPanelRowCollection(_toolStripPanel) { rows[0], rows[1] }); 136var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 163var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 181var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 182ToolStripPanelRow row2 = new(_toolStripPanel); 201var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 202var row2 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 221var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 249var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 277var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 297var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2);