7 references to GetTabPage
System.Windows.Forms (7)
System\Windows\Forms\Controls\TabControl\TabControl.cs (6)
979TabPage t = GetTabPage(index); 984SelectedTab = GetTabPage(++index); 988SelectedTab = GetTabPage(0); 1053return GetTabPage(index); 1661TabPage t = GetTabPage(index); 1913string? tipText = GetToolTipText(GetTabPage(commandID));
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
28get => _owner.GetTabPage(index);