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)
633
if (fixedBlock.Matrix.M11 != textRun.
Matrix
.M11 ||
634
fixedBlock.Matrix.M12 != textRun.
Matrix
.M12 ||
635
fixedBlock.Matrix.M21 != textRun.
Matrix
.M21 ||
636
fixedBlock.Matrix.M22 != textRun.
Matrix
.M22)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (3)
57
if (!this.
Matrix
.IsIdentity)
69
otherRect.Offset(otherRun.
Matrix
.OffsetX, otherRun.
Matrix
.OffsetY);