1 write to _propIsNullInfo
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.cs (1)
541
_propIsNullInfo
= tempPropIsNullInfo;
4 references to _propIsNullInfo
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
584
if (
_propIsNullInfo
is not null && (bool?)
_propIsNullInfo
.GetValue(BindableComponent) == true)
1050
if (
_propIsNullInfo
is not null)
1052
_propIsNullInfo
.SetValue(BindableComponent, true);