2 writes to validateInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
572validateInfo = tempValidateInfo; 576validateInfo = null;
4 references to validateInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (4)
482if (validateInfo != null) { 484validateInfo.AddEventHandler(control, handler); 493if (validateInfo != null) { 495validateInfo.RemoveEventHandler(control, handler);