24 references to KeyboardHandlingService
System.Windows.Forms.Design (24)
System\Windows\Forms\Design\ToolStripDesigner.cs (24)
641if (KeyboardHandlingService is not null) 643KeyboardHandlingService.SelectedDesignerControl = _editorNode; 651KeyboardHandlingService.SelectedDesignerControl = null; 660KeyboardHandlingService.SelectedDesignerControl = _editorNode; 750comp ??= (IComponent)KeyboardHandlingService.SelectedDesignerControl; 837if (KeyboardHandlingService is not null) 839if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown) 961if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 972selectedItem = KeyboardHandlingService.SelectedDesignerControl; 1082if (KeyboardHandlingService.CutOrDeleteInProgress) 1090if (KeyboardHandlingService is not null) 1092KeyboardHandlingService.SelectedDesignerControl = targetSelection; 1233if (KeyboardHandlingService is not null) 1235selectedItem = (IComponent)KeyboardHandlingService.SelectedDesignerControl; 1461KeyboardHandlingService.SelectedDesignerControl = null; 1873if (KeyboardHandlingService is not null) 1875KeyboardHandlingService.CopyInProgress = true; 1879if (KeyboardHandlingService is not null) 1881KeyboardHandlingService.CopyInProgress = false; 2391if (KeyboardHandlingService is not null) 2393selectedItem = KeyboardHandlingService.SelectedDesignerControl as ToolStripItem; 2426KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState(); 2454KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState();