14 references to ComputeAlignmentBox
PresentationFramework (14)
System\Windows\Documents\FixedHighlight.cs (1)
132
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedPage.cs (1)
1243
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedPageStructure.cs (1)
383
Rect glyphBox = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedSOMElement.cs (1)
77
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
417
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedTextBuilder.cs (3)
843
Rect box1 = run1.
ComputeAlignmentBox
();
845
Rect box2 = run2.
ComputeAlignmentBox
();
1284
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedTextView.cs (3)
828
Rect alignmentRect = run.
ComputeAlignmentBox
();
917
Rect box = run.
ComputeAlignmentBox
();
984
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\Glyphs.cs (2)
137
Rect designRect = _measurementGlyphRun.
ComputeAlignmentBox
();
185
alignmentRect = _measurementGlyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\RubberbandSelector.cs (1)
341
Rect boundingRect = run.
ComputeAlignmentBox
();