1 instantiation of ToolStripStatusLabel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusStrip.cs (1)
265return new ToolStripStatusLabel(text,image,onClick);
14 references to ToolStripStatusLabel
System.Windows.Forms (14)
winforms\Managed\System\WinForms\StatusStrip.cs (6)
403ToolStripStatusLabel panel = item as ToolStripStatusLabel; 477ToolStripStatusLabel panel = DisplayedItems[i] as ToolStripStatusLabel; 519ToolStripStatusLabel panel = DisplayedItems[i] as ToolStripStatusLabel;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
290ToolStripStatusLabel item = e.Item as ToolStripStatusLabel;
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (4)
249private ToolStripStatusLabel ownerItem; 251public ToolStripStatusLabelAccessibleObject(ToolStripStatusLabel ownerItem) : base(ownerItem) { 284ToolStripStatusLabel owner; 286public ToolStripStatusLabelLayout(ToolStripStatusLabel owner) : base(owner) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
444ToolStripStatusLabel item = e.Item as ToolStripStatusLabel;