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