public void Show() { if (!NavigationHistoryService.IsCurrent(this)) { NavigationHistoryService.MoveTo(this); } NavigationPoint.Show(); }
public void Show() { if (NavigationPoint is DocumentNavigationPoint) { if (!NavigationHistoryService.IsCurrent(this)) { NavigationHistoryService.MoveTo(this); } } NavigationPoint.ShowDocument(); }