3 references to CommandBinding
PresentationFramework (2)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
94CommandBinding binding = new CommandBinding(ApplicationCommands.Copy);
src\Framework\System\Windows\Window.cs (1)
3640CommandBinding binding = new CommandBinding(DialogCancelCommand);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
160var copyBinding = new CommandBinding(ApplicationCommands.Copy);