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