5 writes to OffsetY
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
202transformMatrix.OffsetY = 0;
PresentationFramework (4)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
166transform.OffsetY = -bounds.Top;
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
303xf.OffsetY = 0;
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
410xf.OffsetY = 0;
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
252_matrix.OffsetY = 0;
19 references to OffsetY
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
562(float)(matrix.M22), (float)(matrix.OffsetX), (float)(matrix.OffsetY));
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (1)
145if (m.OffsetX != 0 || m.OffsetY != 0)
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
1150Double.IsNaN(matrix.OffsetY)) 1165Double.IsInfinity(matrix.OffsetY))
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
728System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.StylusTipTransform.OffsetX) && DoubleUtil.IsZero(originalDa.StylusTipTransform.OffsetY));
Core\CSharp\System\Windows\Media\Composition.cs (3)
130matrix.M_42 = m.OffsetY; 159matrix.DY = m.OffsetY; 190matrix.DY = m.OffsetY;
PresentationFramework (6)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
71Debug.Assert(DoubleUtil.IsZero(tranform.OffsetX) && DoubleUtil.IsZero(tranform.OffsetY), "The EraserShape cannot be translated.");
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
103translation = new TranslateTransform(-(t.Value.OffsetX), -(t.Value.OffsetY));
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (4)
62thisRect.Offset(_mat.OffsetX, _mat.OffsetY); 65otherRect.Offset(_mat.OffsetX, _mat.OffsetY); 68thisRect.Offset(_mat.OffsetX, _mat.OffsetY); 69otherRect.Offset(otherRun.Matrix.OffsetX, otherRun.Matrix.OffsetY);
WindowsBase (5)
Base\System\Windows\Media\Generated\Matrix.cs (5)
76matrix1.OffsetY == matrix2.OffsetY; 120matrix1.OffsetY.Equals(matrix2.OffsetY); 181OffsetY.GetHashCode();