12 references to RoutedUICommand
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1333
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1334
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1335
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1336
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
System\Windows\Controls\ListBox.cs (1)
1064
new
RoutedUICommand
(SR.ListBoxSelectAllText, "SelectAll", typeof(ListBox));
System\Windows\Documents\EditingCommands.cs (1)
460
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonCommands.cs (6)
25
AddToQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.AddToQATText, "AddToQuickAccessToolBar", typeof(RibbonCommands));
26
RemoveFromQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.RemoveFromQATText, "RemoveFromQuickAccessToolBar", typeof(RibbonCommands));
27
MinimizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MinimizeTheRibbonText, "MinimizeRibbon", typeof(RibbonCommands));
28
MaximizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MaximizeTheRibbonText, "MaximizeRibbon", typeof(RibbonCommands));
29
ShowQuickAccessToolBarAboveRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.ShowQATAboveText, "ShowQuickAccessToolBarAboveRibbon", typeof(RibbonCommands));
30
ShowQuickAccessToolBarBelowRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.ShowQATBelowText, "ShowQuickAccessToolBarBelowRibbon", typeof(RibbonCommands));