2 writes to _currentSelection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
164
_currentSelection
= value;
1635
_currentSelection
= null;
3 references to _currentSelection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
154
get =>
_currentSelection
;
165
if (
_currentSelection
is not null)
167
if (
_currentSelection
is DesignerToolStripControlHost curDesignerNode)