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