2 writes to _propInfo
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
536_propInfo = tempPropInfo; 561_propInfo = null;
14 references to _propInfo
System.Windows.Forms (14)
System\Windows\Forms\DataBinding\Binding.cs (14)
438if (_propInfo is not null) 441_propInfo.AddValueChanged(BindableComponent, handler); 453if (_propInfo is not null) 456_propInfo.RemoveValueChanged(BindableComponent, handler); 537_propInfoConverter = _propInfo.Converter; 589return _propInfo?.GetValue(BindableComponent) ?? DataSourceNullValue; 701(value is null ? _propInfo!.PropertyType : value.GetType()), 751Type type = _propInfo!.PropertyType; 852if (_propInfo!.SupportsChangeEvents && !_state.HasFlag(BindingStates.Modified)) 1054else if (_propInfo is not null) 1056if (_propInfo.PropertyType == typeof(object)) 1058_propInfo.SetValue(BindableComponent, DataSourceNullValue); 1062_propInfo.SetValue(BindableComponent, null); 1068_propInfo!.SetValue(BindableComponent, value);