Ejemplo n.º 1
0
 public virtual IEnumerable <Stop> GetGlobalStops(Visual scope, Visual currentElement, DependencyProperty navigationModeProperty)
 {
     return(KeyboardNavigationTarget.GetContainedStops(scope, currentElement, navigationModeProperty));
 }