FocusHelper Class
Microsoft internal use only. Manages focus tasks.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FocusTarget | Gets the focus target for an element. |
| 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | FocusTargetProperty | Gets or sets a focus target for an element. The focus target is automatically focused whenever the DependencyObject that the target is attached to receives direct keyboard focus. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



