4 references to IsKeyboardFocusWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
340return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\FocusWithinProperty.cs (1)
16CoreFlags.IsKeyboardFocusWithinCache,
System\Windows\UIElement.cs (1)
2446return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\UIElement3D.cs (1)
425return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);