12 references to ComputeAlignmentBox
PresentationFramework (12)
src\Framework\System\Windows\Documents\FixedHighlight.cs (1)
141
Rect designRect = run.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
85
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
430
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
871
Rect box1 = run1.
ComputeAlignmentBox
();
873
Rect box2 = run2.
ComputeAlignmentBox
();
1321
Rect designRect = run.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\FixedTextView.cs (3)
857
Rect alignmentRect = run.
ComputeAlignmentBox
();
946
Rect box = run.
ComputeAlignmentBox
();
1013
Rect designRect = run.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\Glyphs.cs (2)
166
Rect designRect = _measurementGlyphRun.
ComputeAlignmentBox
();
214
alignmentRect = _measurementGlyphRun.
ComputeAlignmentBox
();
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
451
Rect boundingRect = run.
ComputeAlignmentBox
();