2 references to ParseThreeDoublesCollection
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationCore\MS\Internal\Media\XamlSerializationHelper.cs (2)
192
List<ThreeDoublesMarkup> point3Ds =
ParseThreeDoublesCollection
(stringValues, TypeConverterHelper.InvariantEnglishUS);
224
List<ThreeDoublesMarkup> points =
ParseThreeDoublesCollection
(stringValues, TypeConverterHelper.InvariantEnglishUS);