2 writes to _onFormat
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
284add => _onFormat += value; 285remove => _onFormat -= value;
1 reference to _onFormat
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.cs (1)
662_onFormat?.Invoke(this, cevent);