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