2 implementations of TabInto
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2282bool IKeyboardInputSink.TabInto(TraversalRequest request)
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
318bool IKeyboardInputSink.TabInto(TraversalRequest request)
3 references to TabInto
PresentationFramework (3)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
1123traversed = inputSink.TabInto(new TraversalRequest(FocusNavigationDirection.First)); 1127traversed = inputSink.TabInto(new TraversalRequest(FocusNavigationDirection.Last)); 1133traversed = inputSink.TabInto(tr);