1 write to
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
42this[index] = tabPage;
7 references to
System.Windows.Forms (6)
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (1)
56: owner.TabPages[index - 1].TabAccessibilityObject;
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (5)
34get => this[index]; 66return this[index]; 165if (this[index] == page) 197if (WindowsFormsUtils.SafeCompareStrings(this[_lastAccessedIndex].Name, key, ignoreCase: true)) 206if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, ignoreCase: true))
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
347_tabControl.SelectedTab = _tabControl.TabPages[sel];