2 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;
29 references to Label
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)
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\MS\Internal\Documents\FindToolBar.g.cs (2)
74internal System.Windows.Controls.Label FindTextLabel; 202this.FindTextLabel = ((System.Windows.Controls.Label)(target));