8 references to Matrix
PresentationFramework (8)
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
240
_matrix = element.
Matrix
;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
618
if (fixedBlock.Matrix.M11 != textRun.
Matrix
.M11 ||
619
fixedBlock.Matrix.M12 != textRun.
Matrix
.M12 ||
620
fixedBlock.Matrix.M21 != textRun.
Matrix
.M21 ||
621
fixedBlock.Matrix.M22 != textRun.
Matrix
.M22)
System\Windows\Documents\FixedSOMTextRun.cs (3)
47
if (!this.
Matrix
.IsIdentity)
59
otherRect.Offset(otherRun.
Matrix
.OffsetX, otherRun.
Matrix
.OffsetY);