1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1268this[index] = (StatusBarPanel)value;
5 references to
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusBar.cs (5)
1264return this[index]; 1289return this[index]; 1429if (this[index] == panel) { 1460if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 1467if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) {