2 writes to propInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
555propInfo = tempPropInfo; 575propInfo = null;
14 references to propInfo
System.Windows.Forms (14)
winforms\Managed\System\WinForms\Binding.cs (14)
478if (propInfo != null && control != null) { 480propInfo.AddValueChanged(control, handler); 489if (propInfo != null && control != null) { 491propInfo.RemoveValueChanged(control, handler); 556propType = propInfo.PropertyType; 557propInfoConverter = propInfo.Converter; 610value = propInfo.GetValue(control); 731return Formatter.ParseObject(value, type, (value == null ? propInfo.PropertyType : value.GetType()), fieldInfoConverter, propInfoConverter, formatInfo, nullValue, GetDataSourceNullValue(type)); 771Type type = propInfo.PropertyType; 872if (propInfo.SupportsChangeEvents && !modified) { 1081if (propInfo.PropertyType == typeof(object)) { 1082propInfo.SetValue(control, DataSourceNullValue); 1085propInfo.SetValue(control, null); 1091propInfo.SetValue(control, value);