2 instantiations of Label
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6088bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Label(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1364case KnownElements.Label: o = new System.Windows.Controls.Label(); break;
29 references to Label
PresentationFramework (27)
src\Framework\System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (2)
80Label label = Label.GetLabeledBy(Owner);
src\Framework\System\Windows\Automation\Peers\LabelAutomationPeer.cs (3)
21public LabelAutomationPeer(Label owner): base(owner) 43Label label = (Label)Owner;
src\Framework\System\Windows\Controls\Label.cs (16)
51EventManager.RegisterClassHandler(typeof(Label), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 53DefaultStyleKeyProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(typeof(Label))); 54_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Label)); 57IsTabStopProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 58FocusableProperty.OverrideMetadata(typeof(Label), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 91typeof(Label), 110Label label = (Label) d; 142typeof(Label), 143typeof(Label), 144new FrameworkPropertyMetadata((Label)null)); 154internal static Label GetLabeledBy(DependencyObject o) 161return (Label)o.GetValue(LabeledByProperty); 184Label label = sender as Label;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
438case 346: t = () => typeof(Label); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4961Type type = typeof(System.Windows.Controls.Label); 4962DependencyProperty dp = System.Windows.Controls.Label.ContentProperty; 4964this.GetXamlType(typeof(System.Windows.Controls.Label)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6086typeof(System.Windows.Controls.Label),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5890case KnownElements.Label: t = typeof(System.Windows.Controls.Label); break;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (2)
136Label addCatchHintLabel; 524this.addCatchHintLabel = (Label)sender;