4 writes to DY
PresentationCore (4)
System\Windows\Media\Composition.cs (4)
129matrix.DY = 0.0; 140matrix.DY = m.OffsetY; 162matrix.DY = 0.0; 171matrix.DY = m.OffsetY;
1 reference to DY
PresentationCore (1)
System\Windows\Media\Composition.cs (1)
179return new Matrix(m.S_11, m.S_12, m.S_21, m.S_22, m.DX, m.DY);