12 references to Paste
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
47dockPanel.CommandBindings.Add(new CommandBinding(ApplicationCommands.Paste, (s, e) =>
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
235appCommand = ApplicationCommands.Paste;
PresentationFramework (10)
MS\Internal\AppModel\OleCmdHelper.cs (2)
194_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PASTE, new CommandWithArgument(ApplicationCommands.Paste)); 216_applicationCommandsMappingTable.Add((uint)AppCommands.Edit_Paste, new CommandWithArgument(ApplicationCommands.Paste));
System\Windows\Controls\InkCanvas.cs (4)
2478CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.Paste, 2738else if ( command == ApplicationCommands.Paste ) 2789else if ( command == ApplicationCommands.Paste ) 2821|| command == ApplicationCommands.Paste )
System\Windows\Controls\PasswordBox.cs (1)
122RoutedCommand command = ApplicationCommands.Paste;
System\windows\Documents\TextEditorContextMenu.cs (1)
621menuItem.Command = ApplicationCommands.Paste;
System\windows\Documents\TextEditorCopyPaste.cs (1)
62CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Paste, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler, inputGesture);
System\Windows\Input\Command\CommandConverter.cs (1)
317knownCommand = ApplicationCommands.Paste;