4 instantiations of Label
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Options\OptionPageSearchHandlerTests.vb (1)
165
Dim control = New
Label
With
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6092
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Label
(); };
System\Windows\Markup\KnownTypes.cs (1)
1363
case KnownElements.Label: o = new System.Windows.Controls.
Label
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\InternalOptionsControl.cs (1)
159
var label = new
Label
() { Content = optionDisplay };
82 references to Label
Microsoft.VisualStudio.LanguageServices (38)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (4)
69
internal System.Windows.Controls.
Label
TypeNameLabelName;
93
internal System.Windows.Controls.
Label
ParameterNameLabelName;
235
this.TypeNameLabelName = ((System.Windows.Controls.
Label
)(target));
244
this.ParameterNameLabelName = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (2)
133
internal System.Windows.Controls.
Label
PreviewMethodSignatureLabel;
361
this.PreviewMethodSignatureLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\CommonControls\NewTypeDestinationSelection.g.cs (4)
55
internal System.Windows.Controls.
Label
TypeNameLabel;
71
internal System.Windows.Controls.
Label
GeneratedNameLabel;
135
this.TypeNameLabel = ((System.Windows.Controls.
Label
)(target));
147
this.GeneratedNameLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesLocationControl.g.cs (2)
52
internal System.Windows.Controls.
Label
NamingStyleLocationLabel;
92
this.NamingStyleLocationLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesTypeControl.g.cs (2)
52
internal System.Windows.Controls.
Label
NamingStyleTypeLabel;
92
this.NamingStyleTypeLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GenerateType\GenerateTypeDialog.g.cs (10)
52
internal System.Windows.Controls.
Label
AccessLabel;
60
internal System.Windows.Controls.
Label
KindLabel;
68
internal System.Windows.Controls.
Label
TypeNameLabel;
100
internal System.Windows.Controls.
Label
LocationLabel;
108
internal System.Windows.Controls.
Label
ProjectLabel;
204
this.AccessLabel = ((System.Windows.Controls.
Label
)(target));
207
this.KindLabel = ((System.Windows.Controls.
Label
)(target));
210
this.TypeNameLabel = ((System.Windows.Controls.
Label
)(target));
222
this.LocationLabel = ((System.Windows.Controls.
Label
)(target));
225
this.ProjectLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveStaticMembers\MoveStaticMembersDialog.g.cs (2)
54
internal System.Windows.Controls.
Label
DestinationLabel;
158
this.DestinationLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveToNamespace\MoveToNamespaceDialog.g.cs (2)
61
internal System.Windows.Controls.
Label
NamespaceLabel;
144
this.NamespaceLabel = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PullMemberUp\MainDialog\PullMemberUpDialog.g.cs (2)
54
internal System.Windows.Controls.
Label
TitleDescription;
126
this.TitleDescription = ((System.Windows.Controls.
Label
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingTree.g.cs (8)
62
internal System.Windows.Controls.
Label
FileNameLabel;
70
internal System.Windows.Controls.
Label
FileName;
78
internal System.Windows.Controls.
Label
LineNumberLabel;
86
internal System.Windows.Controls.
Label
LineNumber;
147
this.FileNameLabel = ((System.Windows.Controls.
Label
)(target));
150
this.FileName = ((System.Windows.Controls.
Label
)(target));
153
this.LineNumberLabel = ((System.Windows.Controls.
Label
)(target));
156
this.LineNumber = ((System.Windows.Controls.
Label
)(target));
Microsoft.VisualStudio.LanguageServices.CSharp (8)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (8)
44
internal System.Windows.Controls.
Label
Run_background_code_analysis_for_label;
60
internal System.Windows.Controls.
Label
Show_compiler_errors_and_warnings_for_label;
140
internal System.Windows.Controls.
Label
Run_source_generators_label;
212
internal System.Windows.Controls.
Label
Rename_UI_setting_label;
809
this.Run_background_code_analysis_for_label = ((System.Windows.Controls.
Label
)(target));
815
this.Show_compiler_errors_and_warnings_for_label = ((System.Windows.Controls.
Label
)(target));
857
this.Run_source_generators_label = ((System.Windows.Controls.
Label
)(target));
884
this.Rename_UI_setting_label = ((System.Windows.Controls.
Label
)(target));
Microsoft.VisualStudio.LanguageServices.VisualBasic (6)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (6)
48
Friend WithEvents Run_background_code_analysis_for_label As System.Windows.Controls.
Label
125
Friend WithEvents Run_source_generators_label As System.Windows.Controls.
Label
167
Friend WithEvents Rename_UI_setting_label As System.Windows.Controls.
Label
648
Me.Run_background_code_analysis_for_label = CType(target,System.Windows.Controls.
Label
)
702
Me.Run_source_generators_label = CType(target,System.Windows.Controls.
Label
)
726
Me.Rename_UI_setting_label = CType(target,System.Windows.Controls.
Label
)
PresentationFramework (27)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (2)
78
Label
label =
Label
.GetLabeledBy(Owner);
System\Windows\Automation\Peers\LabelAutomationPeer.cs (3)
24
public LabelAutomationPeer(
Label
owner): base(owner)
46
Label
label = (
Label
)Owner;
System\Windows\Controls\Label.cs (16)
50
EventManager.RegisterClassHandler(typeof(
Label
), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed));
52
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(typeof(
Label
)));
53
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
Label
));
56
IsTabStopProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
57
FocusableProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
90
typeof(
Label
),
109
Label
label = (
Label
) d;
141
typeof(
Label
),
142
typeof(
Label
),
143
new FrameworkPropertyMetadata((
Label
)null));
153
internal static
Label
GetLabeledBy(DependencyObject o)
157
return (
Label
)o.GetValue(LabeledByProperty);
180
Label
label = sender as
Label
;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
442
case 346: t = () => typeof(
Label
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4986
Type type = typeof(System.Windows.Controls.
Label
);
4987
DependencyProperty dp = System.Windows.Controls.
Label
.ContentProperty;
4989
this.GetXamlType(typeof(System.Windows.Controls.
Label
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6090
typeof(System.Windows.Controls.
Label
),
System\Windows\Markup\KnownTypes.cs (1)
5900
case KnownElements.Label: t = typeof(System.Windows.Controls.
Label
); break;
PresentationUI (2)
artifacts\obj\PresentationUI\x86\Debug\net9.0\MS\Internal\Documents\FindToolBar.g.cs (2)
74
internal System.Windows.Controls.
Label
FindTextLabel;
202
this.FindTextLabel = ((System.Windows.Controls.
Label
)(target));
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\InternalOptionsControl.cs (1)
159
var
label = new Label() { Content = optionDisplay };