8 references to Matrix
PresentationFramework (8)
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
250_matrix = element.Matrix;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
633if (fixedBlock.Matrix.M11 != textRun.Matrix.M11 || 634fixedBlock.Matrix.M12 != textRun.Matrix.M12 || 635fixedBlock.Matrix.M21 != textRun.Matrix.M21 || 636fixedBlock.Matrix.M22 != textRun.Matrix.M22)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (3)
57if (!this.Matrix.IsIdentity) 69otherRect.Offset(otherRun.Matrix.OffsetX, otherRun.Matrix.OffsetY);