1 instantiation of ToolStripStatusLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
255return new ToolStripStatusLabel(text, image, onClick);
12 references to ToolStripStatusLabel
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
413if (item is ToolStripStatusLabel panel && panel.Spring) 486bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring); 533bool spring = (DisplayedItems[i] is ToolStripStatusLabel panel && panel.Spring);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
318ToolStripStatusLabel? item = e.Item as ToolStripStatusLabel;
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (2)
13private readonly ToolStripStatusLabel _owningToolStripStatusLabel; 15public ToolStripStatusLabelAccessibleObject(ToolStripStatusLabel ownerItem) : base(ownerItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelLayout.cs (1)
15public ToolStripStatusLabelLayout(ToolStripStatusLabel owner)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
549ToolStripStatusLabel? item = e.Item as ToolStripStatusLabel;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
46[typeof(ToolStripStatusLabel), typeof(ToolStripProgressBar), typeof(ToolStripDropDownButton), typeof(ToolStripSplitButton)];
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
146if (selectedItem is ToolStripStatusLabel)