4 references to Parse
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
298
Matrix matrix = Matrix.
Parse
((string)data);
Core\CSharp\System\Windows\Media\Parsers.cs (1)
311
Matrix matrix = Matrix.
Parse
(transformString);
WindowsBase (2)
Base\System\Windows\Media\Converters\Generated\MatrixValueSerializer.cs (1)
68
return Matrix.
Parse
(value );
Base\System\Windows\Media\Generated\MatrixConverter.cs (1)
96
return Matrix.
Parse
(source);