1 reference to OnCopyFormat
PresentationFramework (1)
System\windows\Documents\TextEditorCopyPaste.cs (1)
40
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.CopyFormat, new ExecutedRoutedEventHandler(
OnCopyFormat
), new CanExecuteRoutedEventHandler(OnQueryStatusCopyFormat), KeyGesture.CreateFromResourceStrings(KeyCopyFormat, nameof(SR.KeyCopyFormatDisplayString)));