4 references to IsKeyboardFocusWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
354return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\FocusWithinProperty.cs (1)
19CoreFlags.IsKeyboardFocusWithinCache,
System\Windows\UIElement.cs (1)
2463return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\UIElement3D.cs (1)
442return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);