Implemented interface member:
5 references to RemoveAt
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\StyleEditorForm.cs (2)
535
_tableLayoutPanel.ColumnStyles.
RemoveAt
(_tableLayoutPanel.ColumnStyles.Count - 1);
544
_tableLayoutPanel.RowStyles.
RemoveAt
(_tableLayoutPanel.RowStyles.Count - 1);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1849
Table.RowStyles.
RemoveAt
(index);
1861
Table.ColumnStyles.
RemoveAt
(index);
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (1)
228
collection.
RemoveAt
(0);