8 references to Matrix
PresentationFramework (8)
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
244
_matrix = element.
Matrix
;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
623
if (fixedBlock.Matrix.M11 != textRun.
Matrix
.M11 ||
624
fixedBlock.Matrix.M12 != textRun.
Matrix
.M12 ||
625
fixedBlock.Matrix.M21 != textRun.
Matrix
.M21 ||
626
fixedBlock.Matrix.M22 != textRun.
Matrix
.M22)
System\Windows\Documents\FixedSOMTextRun.cs (3)
51
if (!this.
Matrix
.IsIdentity)
63
otherRect.Offset(otherRun.
Matrix
.OffsetX, otherRun.
Matrix
.OffsetY);