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)
444
if (
_validateInfo
is not null)
447
_validateInfo
.AddEventHandler(BindableComponent, handler);
459
if (
_validateInfo
is not null)
462
_validateInfo
.RemoveEventHandler(BindableComponent, handler);