8 references to ComputeInkBoundingBox
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
249
boundingBox = glyphRun.
ComputeInkBoundingBox
();
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
265
Rect inkBoundingBox = glyphRun.
ComputeInkBoundingBox
();
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1827
inkBoundingBox = glyphRun.
ComputeInkBoundingBox
();
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (1)
322
Rect rectangle = glyphRun.
ComputeInkBoundingBox
();
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1906
Rect adjustedInkBoundingBox =
ComputeInkBoundingBox
();
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
181
Rect rectangle = glyphRun.
ComputeInkBoundingBox
();
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
121
Rect rectangle = glyphRun.
ComputeInkBoundingBox
();
PresentationFramework (1)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
122
inkBoundingBox = _measurementGlyphRun.
ComputeInkBoundingBox
();