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