コード例 #1
0
 // Token: 0x06007876 RID: 30838 RVA: 0x00225069 File Offset: 0x00223269
 internal static void RegisterCommandHandler(Type controlType, RoutedCommand command, ExecutedRoutedEventHandler executedRoutedEventHandler, CanExecuteRoutedEventHandler canExecuteRoutedEventHandler)
 {
     CommandHelpers.PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, null);
 }
コード例 #2
0
 internal static void ExecuteCommandSource(ICommandSource commandSource)
 {
     CommandHelpers.CriticalExecuteCommandSource(commandSource, false);
 }