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