12 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)
235
appCommand = 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)
2478
CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.
Paste
,
2738
else if ( command == ApplicationCommands.
Paste
)
2789
else if ( command == ApplicationCommands.
Paste
)
2821
|| command == ApplicationCommands.
Paste
)
System\Windows\Controls\PasswordBox.cs (1)
122
RoutedCommand command = ApplicationCommands.
Paste
;
System\windows\Documents\TextEditorContextMenu.cs (1)
621
menuItem.Command = ApplicationCommands.
Paste
;
System\windows\Documents\TextEditorCopyPaste.cs (1)
62
CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.
Paste
, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler, inputGesture);
System\Windows\Input\Command\CommandConverter.cs (1)
317
knownCommand = ApplicationCommands.
Paste
;