3 instantiations of Label
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6664DefaultConstructor = delegate () { return new System.Windows.Controls.Label(); },
System\Windows\Markup\KnownTypes.cs (1)
1356case KnownElements.Label: o = new System.Windows.Controls.Label(); break;
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\InternalOptionsControl.cs (1)
158var label = new Label() { Content = optionDisplay };
94 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)
63internal System.Windows.Controls.Label FileNameLabel; 71internal System.Windows.Controls.Label FileName; 79internal System.Windows.Controls.Label LineNumberLabel; 87internal System.Windows.Controls.Label LineNumber; 148this.FileNameLabel = ((System.Windows.Controls.Label)(target)); 151this.FileName = ((System.Windows.Controls.Label)(target)); 154this.LineNumberLabel = ((System.Windows.Controls.Label)(target)); 157this.LineNumber = ((System.Windows.Controls.Label)(target));
Microsoft.VisualStudio.LanguageServices.CSharp (6)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (6)
44internal System.Windows.Controls.Label Run_background_code_analysis_for_label; 60internal System.Windows.Controls.Label Show_compiler_errors_and_warnings_for_label; 124internal System.Windows.Controls.Label Run_source_generators_label; 721this.Run_background_code_analysis_for_label = ((System.Windows.Controls.Label)(target)); 727this.Show_compiler_errors_and_warnings_for_label = ((System.Windows.Controls.Label)(target)); 751this.Run_source_generators_label = ((System.Windows.Controls.Label)(target));
Microsoft.VisualStudio.LanguageServices.Implementation (20)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Release\net472\Options\Style\NamingPreferences\NamingStyles\NamingStyleDialog.g.cs (12)
53internal System.Windows.Controls.Label titleLabel; 61internal System.Windows.Controls.Label requiredPrefixLabel; 69internal System.Windows.Controls.Label requiredSuffixLabel; 77internal System.Windows.Controls.Label wordSeparatorLabel; 85internal System.Windows.Controls.Label capitalizationLabel; 93internal System.Windows.Controls.Label sampleIdentifierLabel; 133this.titleLabel = ((System.Windows.Controls.Label)(target)); 136this.requiredPrefixLabel = ((System.Windows.Controls.Label)(target)); 139this.requiredSuffixLabel = ((System.Windows.Controls.Label)(target)); 142this.wordSeparatorLabel = ((System.Windows.Controls.Label)(target)); 145this.capitalizationLabel = ((System.Windows.Controls.Label)(target)); 148this.sampleIdentifierLabel = ((System.Windows.Controls.Label)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Release\net472\Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.g.cs (8)
52internal System.Windows.Controls.Label titleLabel; 60internal System.Windows.Controls.Label symbolKindsLabel; 76internal System.Windows.Controls.Label accessibilitiesLabel; 92internal System.Windows.Controls.Label modifiersLabel; 140this.titleLabel = ((System.Windows.Controls.Label)(target)); 143this.symbolKindsLabel = ((System.Windows.Controls.Label)(target)); 165this.accessibilitiesLabel = ((System.Windows.Controls.Label)(target)); 187this.modifiersLabel = ((System.Windows.Controls.Label)(target));
PresentationFramework (27)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (2)
76Label label = Label.GetLabeledBy(Owner);
System\Windows\Automation\Peers\LabelAutomationPeer.cs (3)
12public LabelAutomationPeer(Label owner): base(owner) 34Label label = (Label)Owner;
System\Windows\Controls\Label.cs (16)
44EventManager.RegisterClassHandler(typeof(Label), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 46DefaultStyleKeyProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(typeof(Label))); 47_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Label)); 50IsTabStopProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 51FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 84typeof(Label), 103Label label = (Label) d; 132typeof(Label), 133typeof(Label), 134new FrameworkPropertyMetadata((Label)null)); 144internal static Label GetLabeledBy(DependencyObject o) 148return (Label)o.GetValue(LabeledByProperty); 171Label label = sender as Label;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
439case 346: t = () => typeof(Label); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5297Type type = typeof(System.Windows.Controls.Label); 5298DependencyProperty dp = System.Windows.Controls.Label.ContentProperty; 5300this.GetXamlType(typeof(System.Windows.Controls.Label)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6661typeof(System.Windows.Controls.Label),
System\Windows\Markup\KnownTypes.cs (1)
5893case 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)
158var label = new Label() { Content = optionDisplay };