5 references to RoutedUICommand
PresentationFramework (5)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1341
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1342
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1343
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1344
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Documents\EditingCommands.cs (1)
460
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));