2 references to Insert
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1694Table.ColumnStyles.Insert(index, new ColumnStyle(SizeType.Absolute, DesignerUtils.s_minimumStyleSize));
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutColumnStyleCollectionTests.cs (1)
40collection.Insert(0, style);