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)
1390
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer),
_commandLineUp
,
1485
else if (args.Command ==
_commandLineUp
)