5 references to Insert
System.Windows.Forms (5)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (5)
245
Insert
(index, actualTabPage);
248
public void Insert(int index, string? text) =>
Insert
(index, new TabPage
253
public void Insert(int index, string? key, string? text) =>
Insert
(index, new TabPage
267
Insert
(index, page);
281
Insert
(index, page);