27 references to _EnsureCommand
PresentationCore (27)
System\Windows\Input\Command\ComponentCommands.cs (27)
27
get { return
_EnsureCommand
(CommandId.ScrollPageUp); }
35
get { return
_EnsureCommand
(CommandId.ScrollPageDown); }
43
get { return
_EnsureCommand
(CommandId.ScrollPageLeft); }
51
get { return
_EnsureCommand
(CommandId.ScrollPageRight); }
59
get { return
_EnsureCommand
(CommandId.ScrollByLine); }
67
get { return
_EnsureCommand
(CommandId.MoveLeft); }
75
get { return
_EnsureCommand
(CommandId.MoveRight); }
83
get { return
_EnsureCommand
(CommandId.MoveUp); }
91
get { return
_EnsureCommand
(CommandId.MoveDown); }
99
get { return
_EnsureCommand
(CommandId.MoveToHome); }
107
get { return
_EnsureCommand
(CommandId.MoveToEnd); }
115
get { return
_EnsureCommand
(CommandId.MoveToPageUp); }
123
get { return
_EnsureCommand
(CommandId.MoveToPageDown); }
131
get { return
_EnsureCommand
(CommandId.ExtendSelectionUp); }
139
get { return
_EnsureCommand
(CommandId.ExtendSelectionDown); }
147
get { return
_EnsureCommand
(CommandId.ExtendSelectionLeft); }
155
get { return
_EnsureCommand
(CommandId.ExtendSelectionRight); }
163
get { return
_EnsureCommand
(CommandId.SelectToHome); }
171
get { return
_EnsureCommand
(CommandId.SelectToEnd); }
179
get { return
_EnsureCommand
(CommandId.SelectToPageUp); }
187
get { return
_EnsureCommand
(CommandId.SelectToPageDown); }
195
get { return
_EnsureCommand
(CommandId.MoveFocusUp); }
203
get { return
_EnsureCommand
(CommandId.MoveFocusDown); }
211
get { return
_EnsureCommand
(CommandId.MoveFocusForward); }
219
get { return
_EnsureCommand
(CommandId.MoveFocusBack); }
227
get { return
_EnsureCommand
(CommandId.MoveFocusPageUp); }
235
get { return
_EnsureCommand
(CommandId.MoveFocusPageDown); }