27 references to _EnsureCommand
PresentationCore (27)
System\Windows\Input\Command\ComponentCommands.cs (27)
28
get { return
_EnsureCommand
(CommandId.ScrollPageUp); }
36
get { return
_EnsureCommand
(CommandId.ScrollPageDown); }
44
get { return
_EnsureCommand
(CommandId.ScrollPageLeft); }
52
get { return
_EnsureCommand
(CommandId.ScrollPageRight); }
60
get { return
_EnsureCommand
(CommandId.ScrollByLine); }
68
get { return
_EnsureCommand
(CommandId.MoveLeft); }
76
get { return
_EnsureCommand
(CommandId.MoveRight); }
84
get { return
_EnsureCommand
(CommandId.MoveUp); }
92
get { return
_EnsureCommand
(CommandId.MoveDown); }
100
get { return
_EnsureCommand
(CommandId.MoveToHome); }
108
get { return
_EnsureCommand
(CommandId.MoveToEnd); }
116
get { return
_EnsureCommand
(CommandId.MoveToPageUp); }
124
get { return
_EnsureCommand
(CommandId.MoveToPageDown); }
132
get { return
_EnsureCommand
(CommandId.ExtendSelectionUp); }
140
get { return
_EnsureCommand
(CommandId.ExtendSelectionDown); }
148
get { return
_EnsureCommand
(CommandId.ExtendSelectionLeft); }
156
get { return
_EnsureCommand
(CommandId.ExtendSelectionRight); }
164
get { return
_EnsureCommand
(CommandId.SelectToHome); }
172
get { return
_EnsureCommand
(CommandId.SelectToEnd); }
180
get { return
_EnsureCommand
(CommandId.SelectToPageUp); }
188
get { return
_EnsureCommand
(CommandId.SelectToPageDown); }
196
get { return
_EnsureCommand
(CommandId.MoveFocusUp); }
204
get { return
_EnsureCommand
(CommandId.MoveFocusDown); }
212
get { return
_EnsureCommand
(CommandId.MoveFocusForward); }
220
get { return
_EnsureCommand
(CommandId.MoveFocusBack); }
228
get { return
_EnsureCommand
(CommandId.MoveFocusPageUp); }
236
get { return
_EnsureCommand
(CommandId.MoveFocusPageDown); }