5 references to RemoveAt
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (2)
102
RemoveAt
(Count - 1);
115
void IList.RemoveAt(int index) {
RemoveAt
(index); }
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (3)
209
_toolStripPanelRowCollection.
RemoveAt
(0);
228
Action action = () => _toolStripPanelRowCollection.
RemoveAt
(1);
242
Action action = () => _toolStripPanelRowCollection.
RemoveAt
(0);