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