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