This is another UIA control pattern added in WPF 4. This
pattern could be used by automation clients to track whether the given input
event is routed to the correct element by WPF framework. This pattern has three
associated automation events, viz. InputReachedTargetEvent,
InputReachedOtherElementEvent and InputDiscardedEvent to indicate where the
input is handled.