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