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); 21public void Dispose() => _toolStripPanel.Dispose(); 40toolStripPanel.Should().BeSameAs(_toolStripPanel); 46using ToolStripPanelRow toolStripPanelRow1 = new(_toolStripPanel); 48ToolStripPanelRowCollection toolStripPanelRowCollection = new(_toolStripPanel, toolStripPanelRowArray); 51toolStripPanel.Should().BeSameAs(_toolStripPanel); 58var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 75ToolStripPanelRow row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 110var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 114_toolStripPanelRowCollection.AddRange(new ToolStripPanelRowCollection(_toolStripPanel) { rows[0], rows[1] }); 138var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 165var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 183var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 184ToolStripPanelRow row2 = new(_toolStripPanel); 203var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 204var row2 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 223var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 251var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2); 279var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 299var rows = AddRowsToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel, count: 2);