19 references to KeyboardHandlingService
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ToolStripDesigner.cs (19)
605if (KeyboardHandlingService is not null) 607KeyboardHandlingService.SelectedDesignerControl = _editorNode; 615KeyboardHandlingService.SelectedDesignerControl = null; 624KeyboardHandlingService.SelectedDesignerControl = _editorNode; 714comp ??= (IComponent)KeyboardHandlingService.SelectedDesignerControl; 800if (KeyboardHandlingService is not null) 802if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown) 940if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 951selectedItem = KeyboardHandlingService.SelectedDesignerControl; 1061if (KeyboardHandlingService.CutOrDeleteInProgress) 1069KeyboardHandlingService?.SelectedDesignerControl = targetSelection; 1239if (KeyboardHandlingService is not null) 1241selectedItem = (IComponent)KeyboardHandlingService.SelectedDesignerControl; 1491KeyboardHandlingService.SelectedDesignerControl = null; 1918KeyboardHandlingService?.CopyInProgress = true; 1921KeyboardHandlingService?.CopyInProgress = false; 2451KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState(); 2479KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState();