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