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