3 references to Parse
PresentationCore (3)
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (1)
278PointCollection points = PointCollection.Parse( stringValue ) ;
Core\CSharp\System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs (1)
82return PointCollection.Parse(value );
Core\CSharp\System\Windows\Media\Generated\PointCollectionConverter.cs (1)
110return PointCollection.Parse(source);