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)
154get => _currentSelection; 165if (_currentSelection is not null) 167if (_currentSelection is DesignerToolStripControlHost curDesignerNode)