3 implementations of IsKeyboardFocusWithin
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
354public bool IsKeyboardFocusWithin
Core\CSharp\System\Windows\UIElement.cs (1)
2485public bool IsKeyboardFocusWithin
Core\CSharp\System\Windows\UIElement3D.cs (1)
445public bool IsKeyboardFocusWithin
4 references to IsKeyboardFocusWithin
PresentationCore (1)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
431if (newFocusElement == null || !newFocusElement.IsKeyboardFocusWithin)
PresentationFramework (3)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
1114return iie.IsKeyboardFocusWithin; 1675if (iie != null && !iie.IsKeyboardFocusWithin)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
945if ((iie != null) && iie.IsKeyboardFocusWithin)