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;
598
if (
KeyboardHandlingService
is not null)
611
KeyboardHandlingService
.SelectedDesignerControl = nextItem;
616
KeyboardHandlingService
.SelectedDesignerControl = null;
1055
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1058
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1225
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1228
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1254
if (_selectionService.PrimarySelection is null &&
KeyboardHandlingService
is not null)
1256
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem item)
1843
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
1927
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CutOrDeleteInProgress)
1935
KeyboardHandlingService
.SelectedDesignerControl = targetSelection;
1936
KeyboardHandlingService
.OwnerItemAfterCut = MenuItem;
2186
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.SelectedDesignerControl is not null)
2188
origSel.Add(
KeyboardHandlingService
.SelectedDesignerControl);
2202
if (
KeyboardHandlingService
is not null)
2204
selectedObj =
KeyboardHandlingService
.SelectedDesignerControl;
2440
if (
KeyboardHandlingService
is not null)
2453
KeyboardHandlingService
.SelectedDesignerControl = MenuItem.DropDownItems[count];