26 references to KeyboardHandlingService
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (26)
265if (KeyboardHandlingService is not null) 267selectedItem = KeyboardHandlingService.SelectedDesignerControl; 589if (KeyboardHandlingService is not null) 602KeyboardHandlingService.SelectedDesignerControl = nextItem; 607KeyboardHandlingService.SelectedDesignerControl = null; 1025if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1028KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1195if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1198KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1224if (_selectionService.PrimarySelection is null && KeyboardHandlingService is not null) 1226if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem item) 1810if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 1891if (KeyboardHandlingService is not null && KeyboardHandlingService.CutOrDeleteInProgress) 1899KeyboardHandlingService.SelectedDesignerControl = targetSelection; 1900KeyboardHandlingService.OwnerItemAfterCut = MenuItem; 2144if (KeyboardHandlingService is not null && KeyboardHandlingService.SelectedDesignerControl is not null) 2146origSel.Add(KeyboardHandlingService.SelectedDesignerControl); 2160if (KeyboardHandlingService is not null) 2162selectedObj = KeyboardHandlingService.SelectedDesignerControl; 2389if (KeyboardHandlingService is not null) 2402KeyboardHandlingService.SelectedDesignerControl = MenuItem.DropDownItems[count];