11 references to ComputeInkBoundingBox
PresentationCore (7)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
229boundingBox = glyphRun.ComputeInkBoundingBox();
MS\Internal\TextFormatting\LineServicesRun.cs (1)
235Rect inkBoundingBox = glyphRun.ComputeInkBoundingBox();
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1795inkBoundingBox = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
305Rect rectangle = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\GlyphRun.cs (1)
1859Rect adjustedInkBoundingBox = ComputeInkBoundingBox();
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
165Rect rectangle = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
106Rect rectangle = glyphRun.ComputeInkBoundingBox();
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
100_measurementGlyphRun?.ComputeInkBoundingBox();
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
1746bounds = GlyphRun.ComputeInkBoundingBox();
Serialization\DrawingContextFlattener.cs (1)
448foreground = ReduceBrush(foreground, glyphRun.ComputeInkBoundingBox());
Serialization\VisualSerializer.cs (1)
2162bounds = glyphRun.ComputeInkBoundingBox();