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; 836if (KeyboardHandlingService is not null) 838if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown) 960if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 971selectedItem = KeyboardHandlingService.SelectedDesignerControl; 1081if (KeyboardHandlingService.CutOrDeleteInProgress) 1089if (KeyboardHandlingService is not null) 1091KeyboardHandlingService.SelectedDesignerControl = targetSelection; 1232if (KeyboardHandlingService is not null) 1234selectedItem = (IComponent)KeyboardHandlingService.SelectedDesignerControl; 1460KeyboardHandlingService.SelectedDesignerControl = null; 1872if (KeyboardHandlingService is not null) 1874KeyboardHandlingService.CopyInProgress = true; 1878if (KeyboardHandlingService is not null) 1880KeyboardHandlingService.CopyInProgress = false; 2390if (KeyboardHandlingService is not null) 2392_ = KeyboardHandlingService.SelectedDesignerControl; 2425KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState(); 2453KeyboardHandlingService?.ResetActiveTemplateNodeSelectionState();