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);
40
if (
_propInfo
is null)
45
_propInfo
.AddValueChanged(_dataSource, PropertyChanged);