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;
837
if (
KeyboardHandlingService
is not null)
839
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem designerItem && designerItem.IsOnDropDown)
961
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
972
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl;
1082
if (
KeyboardHandlingService
.CutOrDeleteInProgress)
1090
if (
KeyboardHandlingService
is not null)
1092
KeyboardHandlingService
.SelectedDesignerControl = targetSelection;
1233
if (
KeyboardHandlingService
is not null)
1235
selectedItem = (IComponent)
KeyboardHandlingService
.SelectedDesignerControl;
1461
KeyboardHandlingService
.SelectedDesignerControl = null;
1873
if (
KeyboardHandlingService
is not null)
1875
KeyboardHandlingService
.CopyInProgress = true;
1879
if (
KeyboardHandlingService
is not null)
1881
KeyboardHandlingService
.CopyInProgress = false;
2391
if (
KeyboardHandlingService
is not null)
2393
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl as ToolStripItem;
2426
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();
2454
KeyboardHandlingService
?.ResetActiveTemplateNodeSelectionState();