2 writes to _selectionChanged
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignSurfaceManager.cs (2)
185_selectionChanged += value; 189_selectionChanged -= value;
4 references to _selectionChanged
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignSurfaceManager.cs (4)
179if (_selectionChanged is null) 190if (_selectionChanged is not null) 362Debug.Assert(_selectionChanged is not null, "Should have detached this event handler."); 363_selectionChanged?.Invoke(this, e);