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