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; 1028if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1031KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1198if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1201KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1227if (_selectionService.PrimarySelection is null && KeyboardHandlingService is not null) 1229if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem item) 1813if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 1894if (KeyboardHandlingService is not null && KeyboardHandlingService.CutOrDeleteInProgress) 1902KeyboardHandlingService.SelectedDesignerControl = targetSelection; 1903KeyboardHandlingService.OwnerItemAfterCut = MenuItem; 2150if (KeyboardHandlingService is not null && KeyboardHandlingService.SelectedDesignerControl is not null) 2152origSel.Add(KeyboardHandlingService.SelectedDesignerControl); 2166if (KeyboardHandlingService is not null) 2168selectedObj = KeyboardHandlingService.SelectedDesignerControl; 2395if (KeyboardHandlingService is not null) 2408KeyboardHandlingService.SelectedDesignerControl = MenuItem.DropDownItems[count];