2 writes to _selectionChanged
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignSurfaceManager.cs (2)
206_selectionChanged += value; 210_selectionChanged -= value;
4 references to _selectionChanged
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignSurfaceManager.cs (4)
197if (_selectionChanged is null) 211if (_selectionChanged is not null) 386Debug.Assert(_selectionChanged is not null, "Should have detached this event handler."); 387_selectionChanged?.Invoke(this, e);