27 references to _EnsureCommand
PresentationCore (27)
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (27)
47
get { return
_EnsureCommand
(CommandId.ScrollPageUp); }
55
get { return
_EnsureCommand
(CommandId.ScrollPageDown); }
63
get { return
_EnsureCommand
(CommandId.ScrollPageLeft); }
71
get { return
_EnsureCommand
(CommandId.ScrollPageRight); }
79
get { return
_EnsureCommand
(CommandId.ScrollByLine); }
87
get { return
_EnsureCommand
(CommandId.MoveLeft); }
95
get { return
_EnsureCommand
(CommandId.MoveRight); }
103
get { return
_EnsureCommand
(CommandId.MoveUp); }
111
get { return
_EnsureCommand
(CommandId.MoveDown); }
119
get { return
_EnsureCommand
(CommandId.MoveToHome); }
127
get { return
_EnsureCommand
(CommandId.MoveToEnd); }
135
get { return
_EnsureCommand
(CommandId.MoveToPageUp); }
143
get { return
_EnsureCommand
(CommandId.MoveToPageDown); }
151
get { return
_EnsureCommand
(CommandId.ExtendSelectionUp); }
159
get { return
_EnsureCommand
(CommandId.ExtendSelectionDown); }
167
get { return
_EnsureCommand
(CommandId.ExtendSelectionLeft); }
175
get { return
_EnsureCommand
(CommandId.ExtendSelectionRight); }
183
get { return
_EnsureCommand
(CommandId.SelectToHome); }
191
get { return
_EnsureCommand
(CommandId.SelectToEnd); }
199
get { return
_EnsureCommand
(CommandId.SelectToPageUp); }
207
get { return
_EnsureCommand
(CommandId.SelectToPageDown); }
215
get { return
_EnsureCommand
(CommandId.MoveFocusUp); }
223
get { return
_EnsureCommand
(CommandId.MoveFocusDown); }
231
get { return
_EnsureCommand
(CommandId.MoveFocusForward); }
239
get { return
_EnsureCommand
(CommandId.MoveFocusBack); }
247
get { return
_EnsureCommand
(CommandId.MoveFocusPageUp); }
255
get { return
_EnsureCommand
(CommandId.MoveFocusPageDown); }