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)
584if (_propIsNullInfo is not null && (bool?)_propIsNullInfo.GetValue(BindableComponent) == true) 1050if (_propIsNullInfo is not null) 1052_propIsNullInfo.SetValue(BindableComponent, true);