2 writes to onFormat
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
319
onFormat
+= value;
322
onFormat
-= value;
2 references to onFormat
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
694
if (
onFormat
!= null) {
695
onFormat
(this, cevent);