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