2 writes to _formatString
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
154
_formatString
= formatString;
335
_formatString
= value;
4 references to _formatString
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
328
get =>
_formatString
;
333
if (!value.Equals(
_formatString
))
772
return Formatter.FormatObject(value, type, fieldInfoConverter, _propInfoConverter,
_formatString
, _formatInfo, _nullValue, _dsNullValue);
1077
private bool ShouldSerializeFormatString() => !string.IsNullOrEmpty(
_formatString
);