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