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