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