14 references to ComputeAlignmentBox
PresentationFramework (14)
System\Windows\Documents\FixedHighlight.cs (1)
133
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedPage.cs (1)
1242
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedPageStructure.cs (1)
384
Rect glyphBox = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedSOMElement.cs (1)
78
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
416
Rect alignmentBox = glyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\FixedTextBuilder.cs (3)
844
Rect box1 = run1.
ComputeAlignmentBox
();
846
Rect box2 = run2.
ComputeAlignmentBox
();
1288
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\FixedTextView.cs (3)
837
Rect alignmentRect = run.
ComputeAlignmentBox
();
926
Rect box = run.
ComputeAlignmentBox
();
993
Rect designRect = run.
ComputeAlignmentBox
();
System\Windows\Documents\Glyphs.cs (2)
139
Rect designRect = _measurementGlyphRun.
ComputeAlignmentBox
();
187
alignmentRect = _measurementGlyphRun.
ComputeAlignmentBox
();
System\Windows\Documents\RubberbandSelector.cs (1)
343
Rect boundingRect = run.
ComputeAlignmentBox
();