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)
229
appCommand = ApplicationCommands.
Paste
;
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (4)
2481
CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.
Paste
,
2741
else if ( command == ApplicationCommands.
Paste
)
2792
else if ( command == ApplicationCommands.
Paste
)
2824
|| command == ApplicationCommands.
Paste
)
System\Windows\Controls\PasswordBox.cs (1)
107
RoutedCommand command = ApplicationCommands.
Paste
;
System\windows\Documents\TextEditorContextMenu.cs (1)
633
Command = ApplicationCommands.
Paste
System\windows\Documents\TextEditorCopyPaste.cs (1)
48
CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.
Paste
, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler, inputGesture);
System\Windows\Input\Command\CommandConverter.cs (1)
311
knownCommand = ApplicationCommands.
Paste
;