44 references to LinkLabel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
43
this.requestFromLabel = new System.Windows.Forms.
LinkLabel
();
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
72
_label = new
LinkLabel
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
90
_createNewLinkLabel = new
LinkLabel
();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StyleEditorForm.cs (2)
172
_helperLinkLabel1 = new
LinkLabel
();
173
_helperLinkLabel2 = new
LinkLabel
();
System.Windows.Forms.Tests (30)
LinkLabelTests.cs (1)
10
private readonly LinkLabel _linkLabel =
new
();
System\Windows\Forms\AccessibleObjects\LinkLabel.Link.LinkAccessibleObjectTests.cs (16)
18
using LinkLabel linkLabel =
new
();
32
using LinkLabel linkLabel =
new
();
55
using LinkLabel linkLabel =
new
();
67
using LinkLabel linkLabel =
new
();
89
using LinkLabel linkLabel =
new
();
115
using LinkLabel linkLabel =
new
();
134
using LinkLabel linkLabel =
new
();
147
using LinkLabel linkLabel =
new
();
161
using LinkLabel linkLabel =
new
();
173
using LinkLabel linkLabel =
new
();
185
using LinkLabel linkLabel =
new
();
197
using LinkLabel linkLabel =
new
();
211
using LinkLabel linkLabel =
new
();
235
using LinkLabel linkLabel =
new
();
247
using LinkLabel linkLabel =
new
();
274
using LinkLabel linkLabel =
new
();
System\Windows\Forms\AccessibleObjects\LinkLabel.LinkLabelAccessibleObjectTests.cs (11)
15
using LinkLabel linkLabel =
new
();
25
using LinkLabel linkLabel =
new
();
53
using LinkLabel linkLabel =
new
();
66
using LinkLabel linkLabel =
new
();
82
using LinkLabel linkLabel =
new
();
104
using LinkLabel linkLabel =
new
();
123
using LinkLabel linkLabel =
new
();
139
using LinkLabel linkLabel =
new
();
151
using LinkLabel linkLabel =
new
();
166
using LinkLabel linkLabel =
new
();
181
using LinkLabel linkLabel =
new
();
System\Windows\Forms\LinkCollectionTests.cs (1)
19
_linkLabel =
new
();
System\Windows\Forms\LinkLabel.LinkComparerTests.cs (1)
23
using LinkLabel linkLabel =
new
();
TestPassApp (7)
CommonControl1.Designer.cs (6)
61
this.linkLabel6 = new System.Windows.Forms.
LinkLabel
();
62
this.linkLabel5 = new System.Windows.Forms.
LinkLabel
();
63
this.linkLabel4 = new System.Windows.Forms.
LinkLabel
();
64
this.linkLabel3 = new System.Windows.Forms.
LinkLabel
();
69
this.linkLabel2 = new System.Windows.Forms.
LinkLabel
();
70
this.linkLabel1 = new System.Windows.Forms.
LinkLabel
();
DataBindingExample.Designer.cs (1)
34
this.linkLabel1 = new System.Windows.Forms.
LinkLabel
();
WinFormsControlsTest (2)
MultipleControls.Designer.cs (2)
53
this.linkLabel1 = new System.Windows.Forms.
LinkLabel
();
54
this.linkLabel2 = new System.Windows.Forms.
LinkLabel
();