CommandRouting.InterceptsCommandRouting Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true
, prevents Visual Studio commands to be routed to the active command target and instead
causes raw WPF input to be routed to the element itself. Otherwise, commands executed in the Shell will follow
their regular routing process.
public: static initonly System::Windows::DependencyProperty ^ InterceptsCommandRouting;
public static readonly System.Windows.DependencyProperty InterceptsCommandRouting;
staticval mutable InterceptsCommandRouting : System.Windows.DependencyProperty
Public Shared ReadOnly InterceptsCommandRouting As DependencyProperty
Field Value
Remarks
This property affects behavior only when the owning element has keyboard focus.