private static void OnRefresh(object sender, ExecutedRoutedEventArgs e) { NavigationWindow nw = sender as NavigationWindow; Debug.Assert(nw != null, "sender must be of type NavigationWindow."); nw.Refresh(); }
// Token: 0x06002A50 RID: 10832 RVA: 0x000C2498 File Offset: 0x000C0698 private static void OnRefresh(object sender, ExecutedRoutedEventArgs e) { NavigationWindow navigationWindow = sender as NavigationWindow; navigationWindow.Refresh(); }