2 instantiations of Label
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6664
DefaultConstructor = delegate () { return new System.Windows.Controls.
Label
(); },
System\Windows\Markup\KnownTypes.cs (1)
1356
case KnownElements.Label: o = new System.Windows.Controls.
Label
(); break;
29 references to Label
PresentationFramework (27)
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (2)
76
Label
label =
Label
.GetLabeledBy(Owner);
System\Windows\Automation\Peers\LabelAutomationPeer.cs (3)
12
public LabelAutomationPeer(
Label
owner): base(owner)
34
Label
label = (
Label
)Owner;
System\Windows\Controls\Label.cs (16)
44
EventManager.RegisterClassHandler(typeof(
Label
), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed));
46
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(typeof(
Label
)));
47
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
Label
));
50
IsTabStopProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
51
FocusableProperty.OverrideMetadata(typeof(
Label
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
84
typeof(
Label
),
103
Label
label = (
Label
) d;
132
typeof(
Label
),
133
typeof(
Label
),
134
new FrameworkPropertyMetadata((
Label
)null));
144
internal static
Label
GetLabeledBy(DependencyObject o)
148
return (
Label
)o.GetValue(LabeledByProperty);
171
Label
label = sender as
Label
;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
439
case 346: t = () => typeof(
Label
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5297
Type type = typeof(System.Windows.Controls.
Label
);
5298
DependencyProperty dp = System.Windows.Controls.
Label
.ContentProperty;
5300
this.GetXamlType(typeof(System.Windows.Controls.
Label
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6661
typeof(System.Windows.Controls.
Label
),
System\Windows\Markup\KnownTypes.cs (1)
5893
case 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)
74
internal System.Windows.Controls.
Label
FindTextLabel;
202
this.FindTextLabel = ((System.Windows.Controls.
Label
)(target));