2 writes to formatInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
102this.formatInfo = formatInfo; 359this.formatInfo = value;
4 references to formatInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (4)
355return this.formatInfo; 358if (formatInfo != value) { 731return Formatter.ParseObject(value, type, (value == null ? propInfo.PropertyType : value.GetType()), fieldInfoConverter, propInfoConverter, formatInfo, nullValue, GetDataSourceNullValue(type)); 792return Formatter.FormatObject(value, type, fieldInfoConverter, propInfoConverter, formatString, formatInfo, nullValue, dsNullValue);