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