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