11 references to ComputeInkBoundingBox
PresentationCore (7)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
230boundingBox = glyphRun.ComputeInkBoundingBox();
MS\Internal\TextFormatting\LineServicesRun.cs (1)
236Rect inkBoundingBox = glyphRun.ComputeInkBoundingBox();
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1798inkBoundingBox = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
306Rect rectangle = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\GlyphRun.cs (1)
1873Rect adjustedInkBoundingBox = ComputeInkBoundingBox();
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
166Rect rectangle = glyphRun.ComputeInkBoundingBox();
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
107Rect rectangle = glyphRun.ComputeInkBoundingBox();
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
102_measurementGlyphRun.ComputeInkBoundingBox();
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
1742bounds = GlyphRun.ComputeInkBoundingBox();
Serialization\DrawingContextFlattener.cs (1)
449foreground = ReduceBrush(foreground, glyphRun.ComputeInkBoundingBox());
Serialization\VisualSerializer.cs (1)
2162bounds = glyphRun.ComputeInkBoundingBox();