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)
6090bamlType.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; 140internal System.Windows.Controls.Label Run_source_generators_label; 204internal System.Windows.Controls.Label Rename_UI_setting_label; 793this.Run_background_code_analysis_for_label = ((System.Windows.Controls.Label)(target)); 799this.Show_compiler_errors_and_warnings_for_label = ((System.Windows.Controls.Label)(target)); 841this.Run_source_generators_label = ((System.Windows.Controls.Label)(target)); 865this.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 125Friend WithEvents Run_source_generators_label As System.Windows.Controls.Label 160Friend WithEvents Rename_UI_setting_label As System.Windows.Controls.Label 634Me.Run_background_code_analysis_for_label = CType(target,System.Windows.Controls.Label) 688Me.Run_source_generators_label = CType(target,System.Windows.Controls.Label) 708Me.Rename_UI_setting_label = CType(target,System.Windows.Controls.Label)
PresentationFramework (27)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (2)
77Label label = Label.GetLabeledBy(Owner);
System\Windows\Automation\Peers\LabelAutomationPeer.cs (3)
13public LabelAutomationPeer(Label owner): base(owner) 35Label label = (Label)Owner;
System\Windows\Controls\Label.cs (16)
45EventManager.RegisterClassHandler(typeof(Label), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 47DefaultStyleKeyProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(typeof(Label))); 48_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Label)); 51IsTabStopProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 52FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 85typeof(Label), 104Label label = (Label) d; 136typeof(Label), 137typeof(Label), 138new FrameworkPropertyMetadata((Label)null)); 148internal static Label GetLabeledBy(DependencyObject o) 152return (Label)o.GetValue(LabeledByProperty); 175Label label = sender as Label;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
440case 346: t = () => typeof(Label); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4984Type type = typeof(System.Windows.Controls.Label); 4985DependencyProperty dp = System.Windows.Controls.Label.ContentProperty; 4987this.GetXamlType(typeof(System.Windows.Controls.Label)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6088typeof(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\x86\Debug\net10.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 };