2 references to Insert
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1682Table.RowStyles.Insert(index, new RowStyle(SizeType.Absolute, DesignerUtils.s_minimumStyleSize));
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutRowStyleCollectionTests.cs (1)
40collection.Insert(0, style);