1 instantiation of ThreeDoublesMarkup
PresentationBuildTasks (1)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (1)
399value = new ThreeDoublesMarkup(
8 references to ThreeDoublesMarkup
PresentationBuildTasks (8)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (8)
205List<ThreeDoublesMarkup> point3Ds = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.InvariantEnglishUS); 206ThreeDoublesMarkup curPoint; 240List<ThreeDoublesMarkup> points = ParseThreeDoublesCollection(stringValues, TypeConverterHelper.InvariantEnglishUS); 241ThreeDoublesMarkup curPoint; 388private static List<ThreeDoublesMarkup> ParseThreeDoublesCollection(string source, IFormatProvider formatProvider) 393List<ThreeDoublesMarkup> resource = new List<ThreeDoublesMarkup>( source.Length/ 8 ) ; // SWAG the length of the collection. 395ThreeDoublesMarkup value;