7 references to GetTabPage
System.Windows.Forms (7)
System\Windows\Forms\Controls\TabControl\TabControl.cs (6)
984TabPage t = GetTabPage(index); 989SelectedTab = GetTabPage(++index); 993SelectedTab = GetTabPage(0); 1058return GetTabPage(index); 1684TabPage t = GetTabPage(index); 1942string? tipText = GetToolTipText(GetTabPage(commandID));
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
28get => _owner.GetTabPage(index);