1 write to _commandLineLeft
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1343
_commandLineLeft
= new RoutedUICommand(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
2 references to _commandLineLeft
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1394
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer),
_commandLineLeft
,
1492
else if (args.Command ==
_commandLineLeft
)