6 references to Matrix
PresentationFramework (6)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (6)
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)
912
box2.
Matrix
.Equals(box1.
Matrix
) &&