2 references to ExecutedRoutedEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
621ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.Command, null /* parameter */);
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
456ExecutedRoutedEventArgs args = new ExecutedRoutedEventArgs(this, parameter);