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