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