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) ??
2 references to _propInfo
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\PropertyManager.cs (2)
31_propInfo?.RemoveValueChanged(_dataSource, PropertyChanged); 41_propInfo.AddValueChanged(_dataSource, PropertyChanged);