2 writes to _synchronizeEventHandler
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
329add => _synchronizeEventHandler += value; 330remove => _synchronizeEventHandler -= value;
1 reference to _synchronizeEventHandler
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
382public void SyncSelection() => _synchronizeEventHandler?.Invoke(this, EventArgs.Empty);