48 references to Left
PresentationFramework (33)
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)
1283
case Key.
Left
:
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1468
case Key.
Left
:
src\Framework\System\Windows\Controls\DataGrid.cs (7)
5530
case Key.
Left
:
5558
case Key.
Left
:
5678
if (rtlKey == Key.
Left
)
5684
rtlKey = Key.
Left
;
5690
case Key.
Left
:
5727
MoveFocus(new TraversalRequest(e.Key == Key.
Left
? FocusNavigationDirection.Left : FocusNavigationDirection.Right));
5773
MoveFocus(new TraversalRequest(e.Key == Key.
Left
? FocusNavigationDirection.Left : FocusNavigationDirection.Right));
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1642
Key.
Left
);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1395
executedHandler, canExecuteHandler, Key.
Left
);
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
720
case Key.
Left
:
src\Framework\System\Windows\Controls\ListBox.cs (2)
349
case Key.
Left
:
364
((key == Key.
Left
&& IsLogicalVertical && DoubleUtil.GreaterThan(ScrollHost.HorizontalOffset, 0d)));
src\Framework\System\Windows\Controls\Menu.cs (1)
227
case Key.
Left
:
src\Framework\System\Windows\Controls\MenuItem.cs (4)
1941
key = Key.
Left
;
1943
else if (key == Key.
Left
)
2019
case Key.
Left
:
2414
if (key == Key.
Left
|| key == Key.Right || key == Key.Up || key == Key.Down)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
714
CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.LineLeftCommand, onScrollCommand, onQueryScrollCommand, Key.
Left
);
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)
1097
case Key.
Left
:
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1280
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.
Left
)));
src\Framework\System\Windows\Controls\Slider.cs (2)
157
new SliderGesture(Key.Right, Key.
Left
, true));
161
new SliderGesture(Key.
Left
, Key.Right, true));
src\Framework\System\Windows\Controls\TreeView.cs (2)
524
case Key.
Left
:
645
case Key.
Left
:
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
596
case Key.
Left
:
650
return (!invert && (key == Key.
Left
)) || (invert && (key == Key.Right));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
1323
case Key.
Left
:
1354
case Key.
Left
:
1500
case Key.
Left
:
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 (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (3)
759
if (e.Key == Key.
Left
|| e.Key == Key.Right || e.Key == Key.Up || e.Key == Key.Down)
775
(e.Key == Key.
Left
&& selectionStop.IsExpanded))
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)
110
case Key.
Left
:
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
691
if ((e.Key == Key.Up) || (e.Key == Key.Down) || (e.Key == Key.
Left
) || (e.Key == Key.Right))
938
if (null != breadcrumbItems && breadcrumbItems.Items.Count > 0 && Keyboard.Modifiers == ModifierKeys.None && (e.Key == Key.
Left
|| e.Key == Key.Right))
950
else if (e.Key == Key.
Left
&& first.IsKeyboardFocusWithin)
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
128
|| key == Key.
Left
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2326
key = cMoves > 0 ? Key.Right : Key.
Left
;
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
107
key = Key.
Left
;
802
case Key.
Left
: