CommandRouting.GetInterceptsCommandRouting(DependencyObject) Method

Definition

Gets the value of the InterceptsCommandRouting on a DependencyObject.

public:
 static bool GetInterceptsCommandRouting(System::Windows::DependencyObject ^ element);
public static bool GetInterceptsCommandRouting (System.Windows.DependencyObject element);
static member GetInterceptsCommandRouting : System.Windows.DependencyObject -> bool
Public Shared Function GetInterceptsCommandRouting (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

The element to read the property value from.

Returns

The value of the InterceptsCommandRouting.

Applies to