19 references to KeyboardHandlingService
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ToolStripDesigner.cs (19)
602if (KeyboardHandlingService is not null) 604KeyboardHandlingService.SelectedDesignerControl = _editorNode; 612KeyboardHandlingService.SelectedDesignerControl = null; 621KeyboardHandlingService.SelectedDesignerControl = _editorNode; 705comp ??= (IComponent)KeyboardHandlingService.SelectedDesignerControl; 791if (KeyboardHandlingService is not null) 793if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown) 931if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 942selectedItem = KeyboardHandlingService.SelectedDesignerControl; 1049if (KeyboardHandlingService.CutOrDeleteInProgress) 1057KeyboardHandlingService?.SelectedDesignerControl = targetSelection; 1215if (KeyboardHandlingService is not null) 1217selectedItem = (IComponent)KeyboardHandlingService.SelectedDesignerControl; 1467KeyboardHandlingService.SelectedDesignerControl = null; 1894KeyboardHandlingService?.CopyInProgress = true; 1897KeyboardHandlingService?.CopyInProgress = false; 2424KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState(); 2452KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState();