2 writes to _propInfo
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\PropertyManager.cs (2)
32_propInfo = null; 39_propInfo = TypeDescriptor.GetProperties(_dataSource).Find(_propName, true);
3 references to _propInfo
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\PropertyManager.cs (3)
31_propInfo?.RemoveValueChanged(_dataSource, PropertyChanged); 40if (_propInfo is null) 45_propInfo.AddValueChanged(_dataSource, PropertyChanged);