Locating the first WPF tab stop
问题 Thanks to an answer on a previous question (Previous Question), I now have a body of code that navigates WPF tab stops (shown below). It works fine except for the first tab stop. Calling this.MoveFocus(...First) and followed by FocusManager.GetFocusedElement returns null. Any ideas? How do I get the first tab stop in my window? Thanks, - Mike // Select the first element in the window this.MoveFocus(new TraversalRequest(FocusNavigationDirection.First)); TraversalRequest next = new