5 references to IsFocusedPropertyKey
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
48
UIElement.
IsFocusedPropertyKey
.OverrideMetadata(
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
243
oldVisual.ClearValue(UIElement.
IsFocusedPropertyKey
);
252
newVisual.SetValue(UIElement.
IsFocusedPropertyKey
, BooleanBoxes.TrueBox);
Core\CSharp\System\Windows\UIElement.cs (1)
3563
=
IsFocusedPropertyKey
.DependencyProperty;
Core\CSharp\System\Windows\UIElement3D.cs (1)
71
UIElement.
IsFocusedPropertyKey
);