1 type derived from ToolStripLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
16
public partial class ToolStripStatusLabel :
ToolStripLabel
, IAutomationLiveRegion
30 instantiations of ToolStripLabel
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
137
CountItem = 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)
311
ToolStripLabel 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)
1548
using ToolStripLabel label =
new
();
1586
using ToolStripLabel label =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (5)
15
using ToolStripLabel toolStripLabel =
new
();
26
using ToolStripLabel toolStripLabel =
new
();
40
using ToolStripLabel toolStripLabel =
new
();
68
using ToolStripLabel toolStripLabel =
new
();
80
using ToolStripLabel toolStripLabel =
new
() { IsLink = isLink };
System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs (1)
120
using ToolStripLabel label =
new
() { Text = "Label" };
System\Windows\Forms\ControlTests.cs (3)
942
using ToolStripLabel toolStrip2_Label1 =
new
();
989
using ToolStripLabel toolStrip1_Label1 =
new
();
999
using ToolStripLabel toolStrip2_Label1 =
new
();
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
173
toolStrip.Items.Add(new
ToolStripLabel
("text"));
System\Windows\Forms\ToolStripLabelTests.cs (7)
12
private readonly ToolStripLabel _toolStripLabel =
new
();
18
using ToolStripLabel toolStripLabel =
new
();
30
using ToolStripLabel toolStripLabel =
new
(text);
42
using ToolStripLabel toolStripLabel =
new
(image);
55
using ToolStripLabel toolStripLabel =
new
(text, image);
69
using ToolStripLabel toolStripLabel =
new
(text, image, isLink);
85
using ToolStripLabel toolStripLabel =
new
(text, image, isLink, onClick);
TestPassApp (3)
DataControls.Designer.cs (3)
35
this.bindingNavigatorCountItem = new System.Windows.Forms.
ToolStripLabel
();
46
this.toolStripLabel1 = new System.Windows.Forms.
ToolStripLabel
();
53
this.toolStripLabel2 = new System.Windows.Forms.
ToolStripLabel
();
WinFormsControlsTest (4)
ToolStripSeparatorPreferredSize.cs (2)
32
_toolStripLabel1 = new
ToolStripLabel
();
33
_toolStripLabel2 = new
ToolStripLabel
();
ToolStripTests.Designer.cs (2)
38
this.toolStripLabel1 = new System.Windows.Forms.
ToolStripLabel
();
60
this.toolStrip4_Label1 = new System.Windows.Forms.
ToolStripLabel
();
46 references to ToolStripLabel
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelAccessibleObject.cs (2)
10
private readonly
ToolStripLabel
_owningToolStripLabel;
12
public ToolStripLabelAccessibleObject(
ToolStripLabel
ownerItem) : base(ownerItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelLayout.cs (1)
15
public ToolStripLabelLayout(
ToolStripLabel
owner)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
44
private
ToolStripLabel
_pageToolStripLabel;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
311
ToolStripLabel
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)
140
if (selectedItem is
ToolStripLabel
)
648
if (selectedItem is
ToolStripLabel
)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
58
private
ToolStripLabel
_centerLabel;
2043
ToolStripItem item = e.Item as
ToolStripLabel
;
System.Windows.Forms.Tests (29)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
1548
using
ToolStripLabel
label = new();
1586
using
ToolStripLabel
label = new();
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (6)
6
using static System.Windows.Forms.
ToolStripLabel
;
15
using
ToolStripLabel
toolStripLabel = new();
26
using
ToolStripLabel
toolStripLabel = new();
40
using
ToolStripLabel
toolStripLabel = new();
68
using
ToolStripLabel
toolStripLabel = new();
80
using
ToolStripLabel
toolStripLabel = new() { IsLink = isLink };
System\Windows\Forms\AccessibleObjects\ToolStripProgressBar.ToolStripProgressBarControl.ToolStripProgressBarControlAccessibleObjectTests.cs (1)
120
using
ToolStripLabel
label = new() { Text = "Label" };
System\Windows\Forms\ControlTests.cs (3)
942
using
ToolStripLabel
toolStrip2_Label1 = new();
989
using
ToolStripLabel
toolStrip1_Label1 = new();
999
using
ToolStripLabel
toolStrip2_Label1 = new();
System\Windows\Forms\ToolStripLabelTests.cs (17)
12
private readonly
ToolStripLabel
_toolStripLabel = new();
18
using
ToolStripLabel
toolStripLabel = new();
30
using
ToolStripLabel
toolStripLabel = new(text);
42
using
ToolStripLabel
toolStripLabel = new(image);
55
using
ToolStripLabel
toolStripLabel = new(text, image);
69
using
ToolStripLabel
toolStripLabel = new(text, image, isLink);
85
using
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 }
235
var property = typeof(
ToolStripLabel
).GetProperty(propertyName);
241
nameof(
ToolStripLabel
.ActiveLinkColor) => accessor.ShouldSerializeActiveLinkColor(),
242
nameof(
ToolStripLabel
.LinkColor) => accessor.ShouldSerializeLinkColor(),
243
nameof(
ToolStripLabel
.VisitedLinkColor) => accessor.ShouldSerializeVisitedLinkColor(),
TestPassApp (3)
DataControls.Designer.cs (3)
375
private System.Windows.Forms.
ToolStripLabel
bindingNavigatorCountItem;
395
private System.Windows.Forms.
ToolStripLabel
toolStripLabel1;
404
private System.Windows.Forms.
ToolStripLabel
toolStripLabel2;
WinFormsControlsTest (4)
ToolStripSeparatorPreferredSize.cs (2)
100
private
ToolStripLabel
_toolStripLabel1;
101
private
ToolStripLabel
_toolStripLabel2;
ToolStripTests.Designer.cs (2)
464
private System.Windows.Forms.
ToolStripLabel
toolStripLabel1;
465
private System.Windows.Forms.
ToolStripLabel
toolStrip4_Label1;