19 references to KeyboardHandlingService
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ToolStripDesigner.cs (19)
605
if (
KeyboardHandlingService
is not null)
607
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
615
KeyboardHandlingService
.SelectedDesignerControl = null;
624
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
714
comp ??= (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
800
if (
KeyboardHandlingService
is not null)
802
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown)
940
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
951
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl;
1061
if (
KeyboardHandlingService
.CutOrDeleteInProgress)
1069
KeyboardHandlingService
?.SelectedDesignerControl = targetSelection;
1239
if (
KeyboardHandlingService
is not null)
1241
selectedItem = (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
1491
KeyboardHandlingService
.SelectedDesignerControl = null;
1918
KeyboardHandlingService
?.CopyInProgress = true;
1921
KeyboardHandlingService
?.CopyInProgress = false;
2451
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();
2479
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();