38 references to RoutedCommand
PresentationFramework (37)
System\Windows\Controls\DataGrid.cs (3)
2051
public static readonly RoutedCommand BeginEditCommand = new
RoutedCommand
("BeginEdit", typeof(DataGrid));
2057
public static readonly RoutedCommand CommitEditCommand = new
RoutedCommand
("CommitEdit", typeof(DataGrid));
2064
public static readonly RoutedCommand CancelEditCommand = new
RoutedCommand
("CancelEdit", typeof(DataGrid));
System\Windows\Controls\InkCanvas.cs (1)
2039
internal static readonly RoutedCommand DeselectCommand = new
RoutedCommand
("Deselect", typeof(InkCanvas));
System\Windows\Controls\Primitives\ScrollBar.cs (19)
213
public static readonly RoutedCommand LineUpCommand = new
RoutedCommand
("LineUp", typeof(ScrollBar));
217
public static readonly RoutedCommand LineDownCommand = new
RoutedCommand
("LineDown", typeof(ScrollBar));
221
public static readonly RoutedCommand LineLeftCommand = new
RoutedCommand
("LineLeft", typeof(ScrollBar));
225
public static readonly RoutedCommand LineRightCommand = new
RoutedCommand
("LineRight", typeof(ScrollBar));
229
public static readonly RoutedCommand PageUpCommand = new
RoutedCommand
("PageUp", typeof(ScrollBar));
233
public static readonly RoutedCommand PageDownCommand = new
RoutedCommand
("PageDown", typeof(ScrollBar));
237
public static readonly RoutedCommand PageLeftCommand = new
RoutedCommand
("PageLeft", typeof(ScrollBar));
241
public static readonly RoutedCommand PageRightCommand = new
RoutedCommand
("PageRight", typeof(ScrollBar));
245
public static readonly RoutedCommand ScrollToEndCommand = new
RoutedCommand
("ScrollToEnd", typeof(ScrollBar));
249
public static readonly RoutedCommand ScrollToHomeCommand = new
RoutedCommand
("ScrollToHome", typeof(ScrollBar));
253
public static readonly RoutedCommand ScrollToRightEndCommand = new
RoutedCommand
("ScrollToRightEnd", typeof(ScrollBar));
257
public static readonly RoutedCommand ScrollToLeftEndCommand = new
RoutedCommand
("ScrollToLeftEnd", typeof(ScrollBar));
261
public static readonly RoutedCommand ScrollToTopCommand = new
RoutedCommand
("ScrollToTop", typeof(ScrollBar));
265
public static readonly RoutedCommand ScrollToBottomCommand = new
RoutedCommand
("ScrollToBottom", typeof(ScrollBar));
269
public static readonly RoutedCommand ScrollToHorizontalOffsetCommand = new
RoutedCommand
("ScrollToHorizontalOffset", typeof(ScrollBar));
273
public static readonly RoutedCommand ScrollToVerticalOffsetCommand = new
RoutedCommand
("ScrollToVerticalOffset", typeof(ScrollBar));
277
public static readonly RoutedCommand DeferScrollToHorizontalOffsetCommand = new
RoutedCommand
("DeferScrollToToHorizontalOffset", typeof(ScrollBar));
281
public static readonly RoutedCommand DeferScrollToVerticalOffsetCommand = new
RoutedCommand
("DeferScrollToVerticalOffset", typeof(ScrollBar));
286
public static readonly RoutedCommand ScrollHereCommand = new
RoutedCommand
("ScrollHere", typeof(ScrollBar));
System\Windows\Controls\Slider.cs (6)
130
_increaseLargeCommand = new
RoutedCommand
("IncreaseLarge", typeof(Slider));
131
_decreaseLargeCommand = new
RoutedCommand
("DecreaseLarge", typeof(Slider));
132
_increaseSmallCommand = new
RoutedCommand
("IncreaseSmall", typeof(Slider));
133
_decreaseSmallCommand = new
RoutedCommand
("DecreaseSmall", typeof(Slider));
134
_minimizeValueCommand = new
RoutedCommand
("MinimizeValue", typeof(Slider));
135
_maximizeValueCommand = new
RoutedCommand
("MaximizeValue", typeof(Slider));
System\Windows\Controls\StickyNote.cs (2)
507
public static readonly RoutedCommand DeleteNoteCommand = new
RoutedCommand
("DeleteNote", typeof(StickyNoteControl));
512
public static readonly RoutedCommand InkCommand = new
RoutedCommand
("Ink", typeof(StickyNoteControl));
System\Windows\SystemCommands.cs (5)
22
CloseWindowCommand = new
RoutedCommand
("CloseWindow", typeof(SystemCommands));
23
MaximizeWindowCommand = new
RoutedCommand
("MaximizeWindow", typeof(SystemCommands));
24
MinimizeWindowCommand = new
RoutedCommand
("MinimizeWindow", typeof(SystemCommands));
25
RestoreWindowCommand = new
RoutedCommand
("RestoreWindow", typeof(SystemCommands));
26
ShowSystemMenuCommand = new
RoutedCommand
("ShowSystemMenu", typeof(SystemCommands));
System\Windows\Window.cs (1)
3352
internal static readonly RoutedCommand DialogCancelCommand = new
RoutedCommand
("DialogCancel", typeof(Window));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
75
FilterCommand = new
RoutedCommand
("Filter", ownerType);