8 references to Matrix
PresentationFramework (8)
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
244_matrix = element.Matrix;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
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)
System\Windows\Documents\FixedSOMTextRun.cs (3)
51if (!this.Matrix.IsIdentity) 63otherRect.Offset(otherRun.Matrix.OffsetX, otherRun.Matrix.OffsetY);