7 references to AddRowToCollection
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (7)
75ToolStripPanelRow row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 165var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 183var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 203var row1 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 204var row2 = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 223var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel); 279var row = AddRowToCollection(collection: _toolStripPanelRowCollection, panel: _toolStripPanel);