2 references to SelectToLineStart
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
91CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectToLineStart, new ExecutedRoutedEventHandler(OnSelectToLineStart), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectToLineStart, nameof(SR.KeySelectToLineStartDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
574knownCommand = EditingCommands.SelectToLineStart;