10 references to Paste
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
47
dockPanel.CommandBindings.Add(new CommandBinding(ApplicationCommands.
Paste
, (s, e) =>
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
230
appCommand = ApplicationCommands.
Paste
;
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (4)
2482
CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.
Paste
,
2742
else if ( command == ApplicationCommands.
Paste
)
2793
else if ( command == ApplicationCommands.
Paste
)
2825
|| command == ApplicationCommands.
Paste
)
System\Windows\Controls\PasswordBox.cs (1)
108
RoutedCommand command = ApplicationCommands.
Paste
;
System\windows\Documents\TextEditorContextMenu.cs (1)
634
Command = ApplicationCommands.
Paste
System\windows\Documents\TextEditorCopyPaste.cs (1)
49
CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.
Paste
, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler, inputGesture);
System\Windows\Input\Command\CommandConverter.cs (1)
312
knownCommand = ApplicationCommands.
Paste
;