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)
460command = new RoutedUICommand(commandPropertyName, commandPropertyName, typeof(EditingCommands));