19 references to InvariantEnglishUS
PresentationBuildTasks (19)
Microsoft\Build\Tasks\Windows\UidManager.cs (6)
860
index = Int64.Parse(suffix, TypeConverterHelper.
InvariantEnglishUS
);
890
string prefix = UidNamespaceAbbreviation.ToString(TypeConverterHelper.
InvariantEnglishUS
);
898
prefix = UidNamespaceAbbreviation + ext.ToString(TypeConverterHelper.
InvariantEnglishUS
);
1108
TypeConverterHelper.
InvariantEnglishUS
,
1120
TypeConverterHelper.
InvariantEnglishUS
,
1133
TypeConverterHelper.
InvariantEnglishUS
,
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1798
value = converter.ConvertFromString(ctx, TypeConverterHelper.
InvariantEnglishUS
, attributeValue);
1814
desc = (InstanceDescriptor)converter.ConvertTo(ctx, TypeConverterHelper.
InvariantEnglishUS
, value, typeof(InstanceDescriptor));
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\internal\Media\XamlSerializationHelper.cs (3)
191
List<ThreeDoublesMarkup> point3Ds = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.
InvariantEnglishUS
);
223
List<ThreeDoublesMarkup> points = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.
InvariantEnglishUS
);
255
List<Point> points = ParsePointCollection(stringValue, TypeConverterHelper.
InvariantEnglishUS
);
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (1)
59
ParseStringToStreamGeometryContext(context, stringValue, TypeConverterHelper.
InvariantEnglishUS
, ref fillRule);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (3)
2520
uintValue += (uint)Convert.ChangeType(rawEnumValue, typeof(uint), TypeConverterHelper.
InvariantEnglishUS
);
2538
object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.
InvariantEnglishUS
, Value);
2539
bamlBinaryWriter.Write((byte)Convert.ChangeType(convertedValue, typeof(byte), TypeConverterHelper.
InvariantEnglishUS
));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
433
xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.
InvariantEnglishUS
, parserContext.XmlSpace);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
215
IFormatProvider formatProvider = TypeConverterHelper.
InvariantEnglishUS
;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3118
TypeConverterHelper.
InvariantEnglishUS
);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\SystemResourceKey.cs (1)
383
if (memberName.EndsWith("Key", false, TypeConverterHelper.
InvariantEnglishUS
))