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)
328get => _formatString; 333if (!value.Equals(_formatString)) 772return Formatter.FormatObject(value, type, fieldInfoConverter, _propInfoConverter, _formatString, _formatInfo, _nullValue, _dsNullValue); 1077private bool ShouldSerializeFormatString() => !string.IsNullOrEmpty(_formatString);