26 references to KeyboardHandlingService
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (26)
265
if (
KeyboardHandlingService
is not null)
267
selectedItem =
KeyboardHandlingService
.SelectedDesignerControl;
589
if (
KeyboardHandlingService
is not null)
602
KeyboardHandlingService
.SelectedDesignerControl = nextItem;
607
KeyboardHandlingService
.SelectedDesignerControl = null;
1028
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1031
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1198
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1201
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1227
if (_selectionService.PrimarySelection is null &&
KeyboardHandlingService
is not null)
1229
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem item)
1813
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
1894
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CutOrDeleteInProgress)
1902
KeyboardHandlingService
.SelectedDesignerControl = targetSelection;
1903
KeyboardHandlingService
.OwnerItemAfterCut = MenuItem;
2150
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.SelectedDesignerControl is not null)
2152
origSel.Add(
KeyboardHandlingService
.SelectedDesignerControl);
2166
if (
KeyboardHandlingService
is not null)
2168
selectedObj =
KeyboardHandlingService
.SelectedDesignerControl;
2395
if (
KeyboardHandlingService
is not null)
2408
KeyboardHandlingService
.SelectedDesignerControl = MenuItem.DropDownItems[count];