2 writes to onCurrentChangedHandler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (2)
230onCurrentChangedHandler += value; 233onCurrentChangedHandler -= value;
4 references to onCurrentChangedHandler
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
806if (onCurrentChangedHandler != null) { 807onCurrentChangedHandler(this, e);
winforms\Managed\System\WinForms\PropertyManager.cs (2)
170if (this.onCurrentChangedHandler != null) 171this.onCurrentChangedHandler(this, ea);