IInputRoot Methods
Methods
AddHandler(RoutedEvent, Delegate, RoutingStrategies, Boolean) | Adds a handler for the specified routed event. (Inherited from IInputElement) |
Focus(NavigationMethod, KeyModifiers) | Focuses the control. (Inherited from IInputElement) |
RaiseEvent(RoutedEventArgs) | Raises a routed event. (Inherited from IInputElement) |
RemoveHandler(RoutedEvent, Delegate) | Removes a handler for the specified routed event. (Inherited from IInputElement) |
Extension Methods
GetInputElementsAt(Point) | Returns the active input elements at a point on an IInputElement. (Defined by InputExtensions) |
GetInputElementsAt(Point, Boolean) | Returns the active input elements at a point on an IInputElement. (Defined by InputExtensions) |
InputHitTest(Point) | Returns the topmost active input element at a point on an IInputElement. (Defined by InputExtensions) |
InputHitTest(Point, Boolean) | Returns the topmost active input element at a point on an IInputElement. (Defined by InputExtensions) |
InputHitTest(Point, Func(Visual, Boolean)) | Returns the topmost active input element at a point on an IInputElement. (Defined by InputExtensions) |
InputHitTest(Point, Func(Visual, Boolean), Boolean) | Returns the topmost active input element at a point on an IInputElement. (Defined by InputExtensions) |