FocusHelper Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FocusPossiblyUnloadedElement(FrameworkElement^) | Either sends focus to the FrameworkElement immediately or delays focusing until the FrameworkElement is loaded. The last element pending focus on Loaded will be focused and all previous FrameworkElements will not be focused. |
![]() ![]() | GetFocusTarget(UIElement^) | Gets the focus target for an element. The focus target is automatically focused whenever the DependencyObject that the target is attached to receives direct keyboard focus. |
![]() ![]() | IsKeyboardFocusWithin(IntPtr) | Determines whether WPF or Win32 keyboard focus is within the specified HWND. |
![]() ![]() | IsKeyboardFocusWithin(UIElement^) | Determines whether WPF or Win32 keyboard focus is within the specified element. |
![]() ![]() | MoveFocusInto(UIElement^) | Uses the MoveFocus method to try to move WPF focus to the first valid focusable element inside the given UIElement, after first enduring that WPF will not attempt to change focus because of a cross- HwndSource focus change. |
![]() ![]() | SetFocusTarget(UIElement^, UIElement^) | Sets the focus target for an element. The focus target is automatically focused whenever the DependencyObject that the target is attached to receives direct keyboard focus. |

