5 references to Insert
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
416TextEditorTyping.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)
179case "INS": keyFound = Key.Insert; break;
Base\System\Windows\Input\KeyInterop.cs (2)
139key = Key.Insert; 834case Key.Insert: