38 references to RoutedCommand
PresentationFramework (37)
System\Windows\Controls\DataGrid.cs (3)
2045
public static readonly RoutedCommand BeginEditCommand = new
RoutedCommand
("BeginEdit", typeof(DataGrid));
2051
public static readonly RoutedCommand CommitEditCommand = new
RoutedCommand
("CommitEdit", typeof(DataGrid));
2058
public static readonly RoutedCommand CancelEditCommand = new
RoutedCommand
("CancelEdit", typeof(DataGrid));
System\Windows\Controls\InkCanvas.cs (1)
2052
internal static readonly RoutedCommand DeselectCommand = new
RoutedCommand
("Deselect", typeof(InkCanvas));
System\Windows\Controls\Primitives\ScrollBar.cs (19)
212
public static readonly RoutedCommand LineUpCommand = new
RoutedCommand
("LineUp", typeof(ScrollBar));
216
public static readonly RoutedCommand LineDownCommand = new
RoutedCommand
("LineDown", typeof(ScrollBar));
220
public static readonly RoutedCommand LineLeftCommand = new
RoutedCommand
("LineLeft", typeof(ScrollBar));
224
public static readonly RoutedCommand LineRightCommand = new
RoutedCommand
("LineRight", typeof(ScrollBar));
228
public static readonly RoutedCommand PageUpCommand = new
RoutedCommand
("PageUp", typeof(ScrollBar));
232
public static readonly RoutedCommand PageDownCommand = new
RoutedCommand
("PageDown", typeof(ScrollBar));
236
public static readonly RoutedCommand PageLeftCommand = new
RoutedCommand
("PageLeft", typeof(ScrollBar));
240
public static readonly RoutedCommand PageRightCommand = new
RoutedCommand
("PageRight", typeof(ScrollBar));
244
public static readonly RoutedCommand ScrollToEndCommand = new
RoutedCommand
("ScrollToEnd", typeof(ScrollBar));
248
public static readonly RoutedCommand ScrollToHomeCommand = new
RoutedCommand
("ScrollToHome", typeof(ScrollBar));
252
public static readonly RoutedCommand ScrollToRightEndCommand = new
RoutedCommand
("ScrollToRightEnd", typeof(ScrollBar));
256
public static readonly RoutedCommand ScrollToLeftEndCommand = new
RoutedCommand
("ScrollToLeftEnd", typeof(ScrollBar));
260
public static readonly RoutedCommand ScrollToTopCommand = new
RoutedCommand
("ScrollToTop", typeof(ScrollBar));
264
public static readonly RoutedCommand ScrollToBottomCommand = new
RoutedCommand
("ScrollToBottom", typeof(ScrollBar));
268
public static readonly RoutedCommand ScrollToHorizontalOffsetCommand = new
RoutedCommand
("ScrollToHorizontalOffset", typeof(ScrollBar));
272
public static readonly RoutedCommand ScrollToVerticalOffsetCommand = new
RoutedCommand
("ScrollToVerticalOffset", typeof(ScrollBar));
276
public static readonly RoutedCommand DeferScrollToHorizontalOffsetCommand = new
RoutedCommand
("DeferScrollToToHorizontalOffset", typeof(ScrollBar));
280
public static readonly RoutedCommand DeferScrollToVerticalOffsetCommand = new
RoutedCommand
("DeferScrollToVerticalOffset", typeof(ScrollBar));
285
public static readonly RoutedCommand ScrollHereCommand = new
RoutedCommand
("ScrollHere", typeof(ScrollBar));
System\Windows\Controls\Slider.cs (6)
129
_increaseLargeCommand = new
RoutedCommand
("IncreaseLarge", typeof(Slider));
130
_decreaseLargeCommand = new
RoutedCommand
("DecreaseLarge", typeof(Slider));
131
_increaseSmallCommand = new
RoutedCommand
("IncreaseSmall", typeof(Slider));
132
_decreaseSmallCommand = new
RoutedCommand
("DecreaseSmall", typeof(Slider));
133
_minimizeValueCommand = new
RoutedCommand
("MinimizeValue", typeof(Slider));
134
_maximizeValueCommand = new
RoutedCommand
("MaximizeValue", typeof(Slider));
System\Windows\Controls\StickyNote.cs (2)
489
public static readonly RoutedCommand DeleteNoteCommand = new
RoutedCommand
("DeleteNote", typeof(StickyNoteControl));
494
public static readonly RoutedCommand InkCommand = new
RoutedCommand
("Ink", typeof(StickyNoteControl));
System\Windows\SystemCommands.cs (5)
21
CloseWindowCommand = new
RoutedCommand
("CloseWindow", typeof(SystemCommands));
22
MaximizeWindowCommand = new
RoutedCommand
("MaximizeWindow", typeof(SystemCommands));
23
MinimizeWindowCommand = new
RoutedCommand
("MinimizeWindow", typeof(SystemCommands));
24
RestoreWindowCommand = new
RoutedCommand
("RestoreWindow", typeof(SystemCommands));
25
ShowSystemMenuCommand = new
RoutedCommand
("ShowSystemMenu", typeof(SystemCommands));
System\Windows\Window.cs (1)
3337
internal static readonly RoutedCommand DialogCancelCommand = new
RoutedCommand
("DialogCancel", typeof(Window));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
74
FilterCommand = new
RoutedCommand
("Filter", ownerType);