5 references to Panels
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusBar.cs (4)
974
if (
Panels
!= null) {
975
s += ", Panels.Count: " +
Panels
.Count.ToString(CultureInfo.CurrentCulture);
976
if (
Panels
.Count > 0)
977
s += ", Panels[0]: " +
Panels
[0].ToString();
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
520
parent.
Panels
.RemoveAt(index);