2 writes to _validateInfo
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
557_validateInfo = tempValidateInfo; 562_validateInfo = null;
4 references to _validateInfo
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
444if (_validateInfo is not null) 447_validateInfo.AddEventHandler(BindableComponent, handler); 459if (_validateInfo is not null) 462_validateInfo.RemoveEventHandler(BindableComponent, handler);