3 references to s_culture
System.Windows.Forms.Analyzers.CSharp (3)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.FontConverter.cs (3)
30
char separator =
s_culture
.TextInfo.ListSeparator[0]; // For vi-VN: ','
53
int styleIndex =
s_culture
.CompareInfo.IndexOf(font, StylePrefix, CompareOptions.IgnoreCase);
76
fontSize = (float)TypeDescriptor.GetConverter(typeof(float)).ConvertFromString(null,
s_culture
, unitTokens.size);