1 write to _commandLineUp
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1342_commandLineUp = new RoutedUICommand(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
2 references to _commandLineUp
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1390CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), _commandLineUp, 1485else if (args.Command == _commandLineUp)