19 references to KeyboardHandlingService
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ToolStripDesigner.cs (19)
602
if (
KeyboardHandlingService
is not null)
604
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
612
KeyboardHandlingService
.SelectedDesignerControl = null;
621
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
705
comp ??= (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
791
if (
KeyboardHandlingService
is not null)
793
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown)
931
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
942
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl;
1049
if (
KeyboardHandlingService
.CutOrDeleteInProgress)
1057
KeyboardHandlingService
?.SelectedDesignerControl = targetSelection;
1215
if (
KeyboardHandlingService
is not null)
1217
selectedItem = (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
1467
KeyboardHandlingService
.SelectedDesignerControl = null;
1894
KeyboardHandlingService
?.CopyInProgress = true;
1897
KeyboardHandlingService
?.CopyInProgress = false;
2424
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();
2452
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();