1 type derived from ToolStripLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
16public partial class ToolStripStatusLabel : ToolStripLabel, IAutomationLiveRegion
4 instantiations of ToolStripLabel
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
137CountItem = new ToolStripLabel();
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
781_pageToolStripLabel = new ToolStripLabel();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
311ToolStripLabel label = new();
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1318_centerLabel = new ToolStripLabel
10 references to ToolStripLabel
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelAccessibleObject.cs (2)
10private readonly ToolStripLabel _owningToolStripLabel; 12public ToolStripLabelAccessibleObject(ToolStripLabel ownerItem) : base(ownerItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelLayout.cs (1)
15public ToolStripLabelLayout(ToolStripLabel owner)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
44private ToolStripLabel _pageToolStripLabel;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
311ToolStripLabel label = new();
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
43[typeof(ToolStripButton), typeof(ToolStripLabel), typeof(ToolStripSplitButton), typeof(ToolStripDropDownButton), typeof(ToolStripSeparator), typeof(ToolStripComboBox), typeof(ToolStripTextBox), typeof(ToolStripProgressBar)];
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (2)
140if (selectedItem is ToolStripLabel) 645if (selectedItem is ToolStripLabel)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
58private ToolStripLabel _centerLabel; 1995ToolStripItem item = e.Item as ToolStripLabel;