2 writes to formatString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
100this.formatString = formatString; 376this.formatString = value;
5 references to formatString
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Binding.cs (5)
370return this.formatString; 375if (!value.Equals(formatString)) { 792return Formatter.FormatObject(value, type, fieldInfoConverter, propInfoConverter, formatString, formatInfo, nullValue, dsNullValue); 1100return formatString != null && formatString.Length > 0;