5 references to IsFocusedPropertyKey
PresentationCore (5)
System\Windows\ContentElement.cs (1)
44
UIElement.
IsFocusedPropertyKey
.OverrideMetadata(
System\Windows\Input\FocusManager.cs (2)
223
oldVisual.ClearValue(UIElement.
IsFocusedPropertyKey
);
232
newVisual.SetValue(UIElement.
IsFocusedPropertyKey
, BooleanBoxes.TrueBox);
System\Windows\UIElement.cs (1)
3528
=
IsFocusedPropertyKey
.DependencyProperty;
System\Windows\UIElement3D.cs (1)
64
UIElement.
IsFocusedPropertyKey
);