4 references to IsKeyboardFocusWithinCache
PresentationCore (4)
System\Windows\ContentElement.cs (1)
352return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\FocusWithinProperty.cs (1)
19CoreFlags.IsKeyboardFocusWithinCache,
System\Windows\UIElement.cs (1)
2460return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);
System\Windows\UIElement3D.cs (1)
441return ReadFlag(CoreFlags.IsKeyboardFocusWithinCache);