37 references to Escape
PresentationCore (1)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
375case Key.Escape :
PresentationFramework (13)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1399case Key.Escape:
src\Framework\System\Windows\Controls\DataGrid.cs (1)
66CommandManager.RegisterClassInputBinding(ownerType, new InputBinding(CancelEditCommand, new KeyGesture(Key.Escape)));
src\Framework\System\Windows\Controls\DatePicker.cs (2)
946if (args.Key == Key.Escape || ((args.Key == Key.Enter || args.Key == Key.Space) && c.DisplayMode == CalendarMode.Month)) 949if (args.Key == Key.Escape)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
814case Key.Escape:
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
667case Key.Escape:
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
712case Key.Escape:
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
371if (e.Key == Key.Escape && _headerGripper != null && _headerGripper.IsDragging)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1275if (e.Key == Key.Escape && _isHeaderDragging)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2020case Key.Escape:
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
455case Key.Escape:
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
388if (e.Key == Key.Escape)
src\Framework\System\Windows\Controls\ToolBar.cs (1)
672case Key.Escape:
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
331if (e.Key == Key.Escape)
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
102else if (e.Key == Key.Escape)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
563case Key.Escape:
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
183if (args.Key == Key.Escape && !row.IsEditing && this.ParentDialog != null)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
121if (args.Key == Key.Escape && !row.IsEditing && this.ParentDialog != null)
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
89else if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Controls\WorkaroundPopup.cs (1)
128if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
746else if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
256else if (e.Key == Key.Escape && this.IsEditing)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
401e.Key == Key.Tab || e.Key == Key.Escape || e.Key == Key.Return || e.Key == Key.Enter ||
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
169if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
535if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\View\AnnotationDialog.xaml.cs (1)
43if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
195if (e.Key == Key.Enter || e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
696if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
509if (e.Key == Key.Escape)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
184if (e.Key == Key.Escape)
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
2429Input.SendKeyboardInput (Key.Escape, true); 2430Input.SendKeyboardInput (Key.Escape, false);
WindowsBase (4)
Base\System\Windows\Input\KeyConverter.cs (2)
175case "ESC": keyFound = Key.Escape; break; 243case Key.Escape: return "Esc";
Base\System\Windows\Input\KeyInterop.cs (2)
67key = Key.Escape; 762case Key.Escape: