1 type derived from ToolStripLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
16public partial class ToolStripStatusLabel : ToolStripLabel, IAutomationLiveRegion
30 instantiations of ToolStripLabel
Accessibility_Core_App (3)
DataControls.Designer.cs (3)
35this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 46this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); 53this.toolStripLabel2 = new System.Windows.Forms.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)
1366_centerLabel = new ToolStripLabel
System.Windows.Forms.Tests (19)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
1530using ToolStripLabel label = new(); 1568using ToolStripLabel label = new();
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (5)
15using ToolStripLabel toolStripLabel = new(); 26using ToolStripLabel toolStripLabel = new(); 40using ToolStripLabel toolStripLabel = new(); 68using ToolStripLabel toolStripLabel = new(); 80using ToolStripLabel toolStripLabel = new() { IsLink = isLink };
System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs (1)
120using ToolStripLabel label = new() { Text = "Label" };
System\Windows\Forms\ControlTests.cs (3)
942using ToolStripLabel toolStrip2_Label1 = new(); 989using ToolStripLabel toolStrip1_Label1 = new(); 999using ToolStripLabel toolStrip2_Label1 = new();
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
173toolStrip.Items.Add(new ToolStripLabel("text"));
System\Windows\Forms\ToolStripLabelTests.cs (7)
12private readonly ToolStripLabel _toolStripLabel = new(); 18using ToolStripLabel toolStripLabel = new(); 30using ToolStripLabel toolStripLabel = new(text); 42using ToolStripLabel toolStripLabel = new(image); 55using ToolStripLabel toolStripLabel = new(text, image); 69using ToolStripLabel toolStripLabel = new(text, image, isLink); 85using ToolStripLabel toolStripLabel = new(text, image, isLink, onClick);
WinFormsControlsTest (4)
ToolStripSeparatorPreferredSize.cs (2)
33_toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); 34_toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
ToolStripTests.Designer.cs (2)
38this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); 60this.toolStrip4_Label1 = new System.Windows.Forms.ToolStripLabel();
46 references to ToolStripLabel
Accessibility_Core_App (3)
DataControls.Designer.cs (3)
375private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; 395private System.Windows.Forms.ToolStripLabel toolStripLabel1; 404private System.Windows.Forms.ToolStripLabel toolStripLabel2;
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) 648if (selectedItem is ToolStripLabel)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
58private ToolStripLabel _centerLabel; 2043ToolStripItem item = e.Item as ToolStripLabel;
System.Windows.Forms.Tests (29)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
1530using ToolStripLabel label = new(); 1568using ToolStripLabel label = new();
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (6)
6using static System.Windows.Forms.ToolStripLabel; 15using ToolStripLabel toolStripLabel = new(); 26using ToolStripLabel toolStripLabel = new(); 40using ToolStripLabel toolStripLabel = new(); 68using ToolStripLabel toolStripLabel = new(); 80using ToolStripLabel toolStripLabel = new() { IsLink = isLink };
System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs (1)
120using ToolStripLabel label = new() { Text = "Label" };
System\Windows\Forms\ControlTests.cs (3)
942using ToolStripLabel toolStrip2_Label1 = new(); 989using ToolStripLabel toolStrip1_Label1 = new(); 999using ToolStripLabel toolStrip2_Label1 = new();
System\Windows\Forms\ToolStripLabelTests.cs (17)
12private readonly ToolStripLabel _toolStripLabel = new(); 18using ToolStripLabel toolStripLabel = new(); 30using ToolStripLabel toolStripLabel = new(text); 42using ToolStripLabel toolStripLabel = new(image); 55using ToolStripLabel toolStripLabel = new(text, image); 69using ToolStripLabel toolStripLabel = new(text, image, isLink); 85using ToolStripLabel toolStripLabel = new(text, image, isLink, onClick); 223{ nameof(ToolStripLabel.ActiveLinkColor), Color.Red, true }, 224{ nameof(ToolStripLabel.ActiveLinkColor), Color.Empty, false }, 225{ nameof(ToolStripLabel.LinkColor), Color.Blue, true }, 226{ nameof(ToolStripLabel.LinkColor), Color.Empty, false }, 227{ nameof(ToolStripLabel.VisitedLinkColor), Color.Green, true }, 228{ nameof(ToolStripLabel.VisitedLinkColor), Color.Empty, false } 235var property = typeof(ToolStripLabel).GetProperty(propertyName); 241nameof(ToolStripLabel.ActiveLinkColor) => accessor.ShouldSerializeActiveLinkColor(), 242nameof(ToolStripLabel.LinkColor) => accessor.ShouldSerializeLinkColor(), 243nameof(ToolStripLabel.VisitedLinkColor) => accessor.ShouldSerializeVisitedLinkColor(),
WinFormsControlsTest (4)
ToolStripSeparatorPreferredSize.cs (2)
101private ToolStripLabel _toolStripLabel1; 102private ToolStripLabel _toolStripLabel2;
ToolStripTests.Designer.cs (2)
464private System.Windows.Forms.ToolStripLabel toolStripLabel1; 465private System.Windows.Forms.ToolStripLabel toolStrip4_Label1;