27 references to _EnsureCommand
PresentationCore (27)
System\Windows\Input\Command\ComponentCommands.cs (27)
42
get { return
_EnsureCommand
(CommandId.ScrollPageUp); }
50
get { return
_EnsureCommand
(CommandId.ScrollPageDown); }
58
get { return
_EnsureCommand
(CommandId.ScrollPageLeft); }
66
get { return
_EnsureCommand
(CommandId.ScrollPageRight); }
74
get { return
_EnsureCommand
(CommandId.ScrollByLine); }
82
get { return
_EnsureCommand
(CommandId.MoveLeft); }
90
get { return
_EnsureCommand
(CommandId.MoveRight); }
98
get { return
_EnsureCommand
(CommandId.MoveUp); }
106
get { return
_EnsureCommand
(CommandId.MoveDown); }
114
get { return
_EnsureCommand
(CommandId.MoveToHome); }
122
get { return
_EnsureCommand
(CommandId.MoveToEnd); }
130
get { return
_EnsureCommand
(CommandId.MoveToPageUp); }
138
get { return
_EnsureCommand
(CommandId.MoveToPageDown); }
146
get { return
_EnsureCommand
(CommandId.ExtendSelectionUp); }
154
get { return
_EnsureCommand
(CommandId.ExtendSelectionDown); }
162
get { return
_EnsureCommand
(CommandId.ExtendSelectionLeft); }
170
get { return
_EnsureCommand
(CommandId.ExtendSelectionRight); }
178
get { return
_EnsureCommand
(CommandId.SelectToHome); }
186
get { return
_EnsureCommand
(CommandId.SelectToEnd); }
194
get { return
_EnsureCommand
(CommandId.SelectToPageUp); }
202
get { return
_EnsureCommand
(CommandId.SelectToPageDown); }
210
get { return
_EnsureCommand
(CommandId.MoveFocusUp); }
218
get { return
_EnsureCommand
(CommandId.MoveFocusDown); }
226
get { return
_EnsureCommand
(CommandId.MoveFocusForward); }
234
get { return
_EnsureCommand
(CommandId.MoveFocusBack); }
242
get { return
_EnsureCommand
(CommandId.MoveFocusPageUp); }
250
get { return
_EnsureCommand
(CommandId.MoveFocusPageDown); }