47 references to Up
PresentationFramework (34)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
360
if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.
Up
|| e.Key == Key.Down)
src\Framework\System\Windows\Controls\Calendar.cs (1)
1271
case Key.
Up
:
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1349
case Key.
Up
:
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
443
case Key.
Up
:
src\Framework\System\Windows\Controls\DataGrid.cs (7)
5532
case Key.
Up
:
5564
case Key.
Up
:
5623
if (!controlModifier && (e.Key == Key.
Up
|| e.Key == Key.Down))
5640
if ((e.Key == Key.
Up
&& ItemsControl.EqualsEx(cvg.Items[0], currentInfo.Item)) ||
5660
if ((e.Key == Key.
Up
&& currentRowIndex == 0) ||
5781
case Key.
Up
:
5889
(e.Key == Key.
Up
? FocusNavigationDirection.Up : FocusNavigationDirection.Down),
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
617
(((key == Key.
Up
) || (key == Key.Down)) && isAltDown);
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1624
Key.
Up
);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1391
executedHandler, canExecuteHandler, Key.
Up
);
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
726
case Key.
Up
:
src\Framework\System\Windows\Controls\ListBox.cs (2)
348
case Key.
Up
:
362
((key == Key.
Up
&& IsLogicalHorizontal && DoubleUtil.GreaterThan(ScrollHost.VerticalOffset, 0d))) ||
src\Framework\System\Windows\Controls\Menu.cs (1)
214
case Key.
Up
:
src\Framework\System\Windows\Controls\MenuItem.cs (3)
2009
case Key.
Up
:
2414
if (key == Key.Left || key == Key.Right || key == Key.
Up
|| key == Key.Down)
2431
if (key == Key.
Up
&& key == Key.Down)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
707
CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.LineUpCommand, onScrollCommand, onQueryScrollCommand, Key.
Up
);
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
969
if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.
Up
|| e.Key == Key.Down)
1105
case Key.
Up
:
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1281
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.
Up
)));
src\Framework\System\Windows\Controls\Slider.cs (2)
156
new SliderGesture(Key.
Up
, Key.Down, false),
160
new SliderGesture(Key.Down, Key.
Up
, false),
src\Framework\System\Windows\Controls\TreeView.cs (3)
522
case Key.
Up
:
541
case Key.
Up
:
637
case Key.
Up
:
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
637
case Key.
Up
:
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
1324
case Key.
Up
:
1360
case Key.
Up
:
1504
case Key.
Up
:
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1979
else if ((new List<Key> { Key.Left, Key.Right, Key.
Up
, Key.Down }).Contains(e.Key)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
2143
else if ((new List<Key> { Key.Left, Key.Right, Key.
Up
, Key.Down }).Contains(e.Key)
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
759
if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.
Up
|| e.Key == Key.Down)
788
SearchDirection direction = e.Key == Key.
Up
|| e.Key == Key.Left ? SearchDirection.Previous : SearchDirection.Next;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
765
if (e.Key == Key.
Up
|| (!this.IsEditable && e.Key == Key.Left))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
400
if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.
Up
|| e.Key == Key.Down ||
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
104
case Key.
Up
:
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
252
case Key.
Up
:
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
691
if ((e.Key == Key.
Up
) || (e.Key == Key.Down) || (e.Key == Key.Left) || (e.Key == Key.Right))
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
126
|| key == Key.
Up
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2330
key = cMoves > 0 ? Key.Down : Key.
Up
;
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
111
key = Key.
Up
;
806
case Key.
Up
: