7 references to Delete
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1965
if (e.Key == Key.
Delete
&& this.selectedConnector != null && currentSelection.SelectionCount <= 1)
System\Activities\Core\Presentation\StartSymbol.xaml.cs (1)
53
if (e.Key == Key.
Delete
)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
2129
if (e.Key == Key.
Delete
&& this.selectedConnector != null && currentSelection.SelectionCount <= 1)
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
121
|| key == Key.
Delete
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
180
case "DEL": keyFound = Key.
Delete
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
143
key = Key.
Delete
;
838
case Key.
Delete
: