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;
1025
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1028
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1195
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.TemplateNodeActive)
1198
KeyboardHandlingService
.ActiveTemplateNode.CommitAndSelect();
1224
if (_selectionService.PrimarySelection is null &&
KeyboardHandlingService
is not null)
1226
if (
KeyboardHandlingService
.SelectedDesignerControl is ToolStripItem item)
1810
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CopyInProgress)
1891
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.CutOrDeleteInProgress)
1899
KeyboardHandlingService
.SelectedDesignerControl = targetSelection;
1900
KeyboardHandlingService
.OwnerItemAfterCut = MenuItem;
2144
if (
KeyboardHandlingService
is not null &&
KeyboardHandlingService
.SelectedDesignerControl is not null)
2146
origSel.Add(
KeyboardHandlingService
.SelectedDesignerControl);
2160
if (
KeyboardHandlingService
is not null)
2162
selectedObj =
KeyboardHandlingService
.SelectedDesignerControl;
2389
if (
KeyboardHandlingService
is not null)
2402
KeyboardHandlingService
.SelectedDesignerControl = MenuItem.DropDownItems[count];