2 writes to _currentSelection
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
167_currentSelection = value; 1656_currentSelection = null;
3 references to _currentSelection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
157get => _currentSelection; 168if (_currentSelection is not null) 170if (_currentSelection is DesignerToolStripControlHost curDesignerNode)