1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
2269this[index] = (TabPage)value;
5 references to
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TabControl.cs (5)
2260return this[index]; 2290return this[index]; 2489if (this[index] == page) { 2519if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2526if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) {