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