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);