2 references to ParseThreeDoublesCollection
PresentationBuildTasks (2)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (2)
205
List<ThreeDoublesMarkup> point3Ds =
ParseThreeDoublesCollection
(stringValues, TypeConverterHelper.InvariantEnglishUS);
240
List<ThreeDoublesMarkup> points =
ParseThreeDoublesCollection
(stringValues, TypeConverterHelper.InvariantEnglishUS);