30 references to StatusStrip
System.Windows.Forms (19)
src\winforms\src\Common\src\Obsoletions.cs (1)
38internal const string StatusBarMessage = $"`{nameof(StatusBar)}` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `{nameof(StatusStrip)}` instead.";
System\Windows\Forms\Controls\ToolStrips\StatusStrip.StatusStripAccessibleObject.cs (3)
12public StatusStripAccessibleObject(StatusStrip owner) : base(owner) 19=> this.IsOwnerHandleCreated(out StatusStrip? _) ? HitTest((int)x, (int)y) : null; 22=> this.IsOwnerHandleCreated(out StatusStrip? _) ? GetFocused() : null;
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
275else if (e.ToolStrip is StatusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
664if (Owner is not null and StatusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripProfessionalLowResolutionRenderer.cs (1)
37else if (e.ToolStrip is StatusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (5)
133else if (toolStrip is StatusStrip) 410else if (toolStrip is StatusStrip) 835if (toolStrip is ToolStripDropDown or MenuStrip or StatusStrip) 1030StatusStrip? statusStrip = e.ToolStrip as StatusStrip;
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
87if (Owner is not null and StatusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
1041if (e.ToolStrip is not StatusStrip statusStrip) 1123static int GetCornerOffset(StatusStrip statusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (2)
129if (toolStrip is StatusStrip) 175if (toolStrip is StatusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
240if (toolStrip is StatusStrip) 292if (toolStrip is StatusStrip)
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
272|| item.GetType(host) == typeof(StatusStrip))
System\Windows\Forms\Design\ToolStripActionList.cs (3)
23if (_toolStrip is not StatusStrip) 150if (_toolStrip is not StatusStrip) 177if (_toolStrip is not StatusStrip)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
172if (typeof(StatusStrip).IsAssignableFrom(toolType)) 345if (typeof(StatusStrip).IsAssignableFrom(toolType))
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
203else if (toolStrip is StatusStrip) 215if (toolStrip is StatusStrip)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (2)
327if (ParentTool is StatusStrip parent) 471private void InsertIntoStatusStrip(StatusStrip parent, Type t)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1359if (component is StatusStrip)