20 references to InvariantEnglishUS
System.Xaml (20)
ms\Internal\Markup\TypeConverterValueSerializer.cs (2)
31return converter.ConvertToString(context, TypeConverterHelper.InvariantEnglishUS, value); 43return converter.ConvertFrom(context, TypeConverterHelper.InvariantEnglishUS, value);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs (1)
455InvariantEnglishUS) as TypeConverter;
System\Xaml\Context\ObjectWriterFrame.cs (1)
75string res = string.Create(TypeConverterHelper.InvariantEnglishUS, $"{type}.{prop} inst={inst} coll={coll}");
System\Xaml\InfosetObjects\XamlNodes.cs (1)
115string str = string.Create(TypeConverterHelper.InvariantEnglishUS, $"{NodeType}: ");
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
1175string errMsg = string.Format(TypeConverterHelper.InvariantEnglishUS, SR.InvalidExpression, factoryMethodName); 1245string msg = string.Format(TypeConverterHelper.InvariantEnglishUS, SR.NoSuchConstructor, rawArgs.Count, meType.Name); 1383TypeConverterHelper.InvariantEnglishUS,
System\Xaml\Parser\NodeStreamSorter.cs (1)
84return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}");
System\Xaml\Parser\XamlText.cs (1)
56if (text.StartsWith(ME_ESCAPE, false, TypeConverterHelper.InvariantEnglishUS))
System\Xaml\Replacements\TypeListConverter.cs (1)
29types[i] = (Type)s_typeTypeConverter.ConvertFrom(context, TypeConverterHelper.InvariantEnglishUS, tl[i]);
System\Xaml\Runtime\ClrObjectRuntime.cs (3)
232return (T)converter.ConvertTo(context, TypeConverterHelper.InvariantEnglishUS, instance, typeof(T)); 664obj = typeConverter.ConvertFrom(serviceContext, TypeConverterHelper.InvariantEnglishUS, value); 670obj = typeConverter.ConvertFrom(serviceContext, TypeConverterHelper.InvariantEnglishUS, value);
System\Xaml\XamlObjectReader.cs (2)
2572return string.Compare(y.Value, x.Value, false, TypeConverterHelper.InvariantEnglishUS); 2623prefix = basePrefix + index.ToString(TypeConverterHelper.InvariantEnglishUS);
System\Xaml\XamlSchemaContext.cs (1)
186sb.Append(char.ToLower(values[segment][0], TypeConverterHelper.InvariantEnglishUS));
System\Xaml\XamlXmlWriter.cs (3)
480prefix = basePrefix + index.ToString(TypeConverterHelper.InvariantEnglishUS); 668if (type.IsMarkupExtension && type.Name.EndsWith("Extension", false, TypeConverterHelper.InvariantEnglishUS)) 775return string.Compare(x.Key, y.Key, false, TypeConverterHelper.InvariantEnglishUS);