4 writes to _mat
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMElement.cs (4)
42_mat = trans.Value; 46_mat = Transform.Identity.Value; 57_mat = trans.Value; 61_mat = Transform.Identity.Value;
8 references to _mat
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
184return _mat;
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (7)
59Matrix inversionMat = _mat; 62thisRect.Offset(_mat.OffsetX, _mat.OffsetY); 65otherRect.Offset(_mat.OffsetX, _mat.OffsetY); 68thisRect.Offset(_mat.OffsetX, _mat.OffsetY);