1 write to _commandLineDown
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1341
_commandLineDown
= new RoutedUICommand(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
2 references to _commandLineDown
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1386
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer),
_commandLineDown
,
1478
else if (args.Command ==
_commandLineDown
)