6 references to Matrix
PresentationFramework (6)
System\Windows\Documents\FixedSOMPageConstructor.cs (6)
623if (fixedBlock.Matrix.M11 != textRun.Matrix.M11 || 624fixedBlock.Matrix.M12 != textRun.Matrix.M12 || 625fixedBlock.Matrix.M21 != textRun.Matrix.M21 || 626fixedBlock.Matrix.M22 != textRun.Matrix.M22) 903box2.Matrix.Equals(box1.Matrix) &&