1 write to _decimalSep
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
62_decimalSep = formatInfo is not null ? formatInfo.NumberDecimalSeparator : ".";
1 reference to _decimalSep
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
247_drawString.Append(' ').AppendJoin(_decimalSep, _controlIndices).Append(' ');