Exemplo n.º 1
0
 void CopyILBytesCanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = CopyILBytesCodeCommand.CanExecute(fileTabManager.ActiveTab.TryGetTextEditorUIContext());
 }
Exemplo n.º 2
0
 void CopyILBytesCanExecute(object sender, CanExecuteRoutedEventArgs e) =>
 e.CanExecute = CopyILBytesCodeCommand.CanExecute(documentTabService.ActiveTab.TryGetDocumentViewer());
Exemplo n.º 3
0
 void CopyILBytesCanExecute(object sender, CanExecuteRoutedEventArgs e) =>
 e.CanExecute = CopyILBytesCodeCommand.CanExecute(fileTabManager.ActiveTab.TryGetDocumentViewer());