26 references to KeyboardHandlingService
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (26)
265if (KeyboardHandlingService is not null) 267selectedItem = KeyboardHandlingService.SelectedDesignerControl; 598if (KeyboardHandlingService is not null) 611KeyboardHandlingService.SelectedDesignerControl = nextItem; 616KeyboardHandlingService.SelectedDesignerControl = null; 1055if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1058KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1225if (KeyboardHandlingService is not null && KeyboardHandlingService.TemplateNodeActive) 1228KeyboardHandlingService.ActiveTemplateNode.CommitAndSelect(); 1254if (_selectionService.PrimarySelection is null && KeyboardHandlingService is not null) 1256if (KeyboardHandlingService.SelectedDesignerControl is ToolStripItem item) 1843if (KeyboardHandlingService is not null && KeyboardHandlingService.CopyInProgress) 1927if (KeyboardHandlingService is not null && KeyboardHandlingService.CutOrDeleteInProgress) 1935KeyboardHandlingService.SelectedDesignerControl = targetSelection; 1936KeyboardHandlingService.OwnerItemAfterCut = MenuItem; 2186if (KeyboardHandlingService is not null && KeyboardHandlingService.SelectedDesignerControl is not null) 2188origSel.Add(KeyboardHandlingService.SelectedDesignerControl); 2202if (KeyboardHandlingService is not null) 2204selectedObj = KeyboardHandlingService.SelectedDesignerControl; 2440if (KeyboardHandlingService is not null) 2453KeyboardHandlingService.SelectedDesignerControl = MenuItem.DropDownItems[count];