24 references to KeyboardHandlingService
System.Windows.Forms.Design (24)
System\Windows\Forms\Design\ToolStripDesigner.cs (24)
641
if (
KeyboardHandlingService
is not null)
643
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
651
KeyboardHandlingService
.SelectedDesignerControl = null;
660
KeyboardHandlingService
.SelectedDesignerControl = _editorNode;
750
comp ??= (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
836
if (
KeyboardHandlingService
is not null)
838
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown)
960
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
971
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl;
1081
if (
KeyboardHandlingService
.CutOrDeleteInProgress)
1089
if (
KeyboardHandlingService
is not null)
1091
KeyboardHandlingService
.SelectedDesignerControl = targetSelection;
1232
if (
KeyboardHandlingService
is not null)
1234
selectedItem = (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
1460
KeyboardHandlingService
.SelectedDesignerControl = null;
1872
if (
KeyboardHandlingService
is not null)
1874
KeyboardHandlingService
.CopyInProgress = true;
1878
if (
KeyboardHandlingService
is not null)
1880
KeyboardHandlingService
.CopyInProgress = false;
2390
if (
KeyboardHandlingService
is not null)
2392
_ =
KeyboardHandlingService
.SelectedDesignerControl;
2425
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();
2453
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();