5 references to Insert
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
416
TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.
Insert
) : false));
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
120
|| key == Key.
Insert
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
179
case "INS": keyFound = Key.
Insert
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
139
key = Key.
Insert
;
834
case Key.
Insert
: