void CopyILBytesExecuted(object sender, ExecutedRoutedEventArgs e) { CopyILBytesCommand.Execute(MainWindow.Instance.ActiveTextView); }
void CopyILBytesCanExecute(object sender, CanExecuteRoutedEventArgs e) { e.CanExecute = CopyILBytesCommand.CanExecute(MainWindow.Instance.ActiveTextView); }