26 references to LeftCtrl
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
225
case Key.
LeftCtrl
:
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
238
if(IsKeyDown_private(Key.
LeftCtrl
) || IsKeyDown_private(Key.RightCtrl))
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
86
case Key.
LeftCtrl
:
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1303
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) ||
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
327
else if ((e.Key == Key.RightCtrl || e.Key == Key.
LeftCtrl
) && //
332
else if (e.Key == Key.RightCtrl || e.Key == Key.
LeftCtrl
)
361
case Key.
LeftCtrl
:
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
402
e.Key == Key.PageUp || e.Key == Key.PageDown || e.Key == Key.Home || e.Key == Key.End || e.Key == Key.
LeftCtrl
|| e.Key == Key.RightCtrl)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
674
(Keyboard.IsKeyDown(Key.
LeftCtrl
)) || (Keyboard.IsKeyDown(Key.RightCtrl)))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
727
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl))
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
153
this.Select(Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
635
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
520
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl))
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (4)
600
if (!Keyboard.IsKeyDown(Key.
LeftCtrl
) && !Keyboard.IsKeyDown(Key.RightCtrl))
627
if (!Keyboard.IsKeyDown(Key.
LeftCtrl
) && !Keyboard.IsKeyDown(Key.RightCtrl))
766
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl))
825
if (Keyboard.IsKeyDown(Key.
LeftCtrl
) || Keyboard.IsKeyDown(Key.RightCtrl))
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
1108
Input.SendKeyboardInput(Key.
LeftCtrl
, true);
1110
Input.SendKeyboardInput(Key.
LeftCtrl
, false);
1144
Input.SendKeyboardInput(Key.
LeftCtrl
, true);
1146
Input.SendKeyboardInput(Key.
LeftCtrl
, false);
WindowsBase (5)
Base\System\Windows\Input\KeyConverter.cs (3)
194
case "CONTROL": keyFound = Key.
LeftCtrl
; break;
195
case "CTRL": keyFound = Key.
LeftCtrl
; break;
196
case "LEFTCTRL": keyFound = Key.
LeftCtrl
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
489
key = Key.
LeftCtrl
;
1182
case Key.
LeftCtrl
: