4 references to IsKeyboardFocusWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
341return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\FocusWithinProperty.cs (1)
17CoreFlags.IsKeyboardFocusWithinCache,
System\Windows\UIElement.cs (1)
2455return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\UIElement3D.cs (1)
426return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);