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