9 references to Offset
PresentationCore (4)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (1)
326rectangle.Offset((Vector)glyphRun.BaselineOrigin);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1910adjustedInkBoundingBox.Offset((Vector)BaselineOrigin);
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
185rectangle.Offset((Vector)glyphRun.BaselineOrigin);
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
125rectangle.Offset((Vector)glyphRun.BaselineOrigin);
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
3443rect.Offset(-subpageOffset); 3457rect.Offset(subpageOffset);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
2135childBounds.Offset(bestTranslation); 2332placementRect.Offset(offset); 2350placementRect.Offset(offset);