2 writes to _onComplete
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
272add => _onComplete += value; 273remove => _onComplete -= value;
1 reference to _onComplete
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.cs (1)
627_onComplete?.Invoke(this, e);