protected RoutedEventArgs RaiseSwitchAnimationCompletedEvent()
 {
     return(SwitchPanel.RaiseSwitchAnimationCompletedEvent(this));
 }
 protected RoutedEventArgs RaiseActiveLayoutChangedEvent()
 {
     return(SwitchPanel.RaiseActiveLayoutChangedEvent(this));
 }