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