30 references to StatusStrip
System.Windows.Forms (19)
src\winforms\src\Common\src\Obsoletions.cs (1)
38
internal 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)
12
public 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)
275
else if (e.ToolStrip is
StatusStrip
)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
664
if (Owner is not null and
StatusStrip
)
System\Windows\Forms\Controls\ToolStrips\ToolStripProfessionalLowResolutionRenderer.cs (1)
37
else if (e.ToolStrip is
StatusStrip
)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (5)
133
else if (toolStrip is
StatusStrip
)
410
else if (toolStrip is
StatusStrip
)
835
if (toolStrip is ToolStripDropDown or MenuStrip or
StatusStrip
)
1030
StatusStrip
? statusStrip = e.ToolStrip as
StatusStrip
;
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
87
if (Owner is not null and
StatusStrip
)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
1041
if (e.ToolStrip is not
StatusStrip
statusStrip)
1123
static int GetCornerOffset(
StatusStrip
statusStrip)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (2)
129
if (toolStrip is
StatusStrip
)
175
if (toolStrip is
StatusStrip
)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
240
if (toolStrip is
StatusStrip
)
292
if (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)
23
if (_toolStrip is not
StatusStrip
)
150
if (_toolStrip is not
StatusStrip
)
177
if (_toolStrip is not
StatusStrip
)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
172
if (typeof(
StatusStrip
).IsAssignableFrom(toolType))
345
if (typeof(
StatusStrip
).IsAssignableFrom(toolType))
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (2)
203
else if (toolStrip is
StatusStrip
)
215
if (toolStrip is
StatusStrip
)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (2)
327
if (ParentTool is
StatusStrip
parent)
471
private void InsertIntoStatusStrip(
StatusStrip
parent, Type t)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1359
if (component is
StatusStrip
)