2 overrides of LayoutBox
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParaLineResult.cs (1)
227
internal override Rect
LayoutBox
src\Framework\MS\Internal\Text\TextLineResult.cs (1)
213
internal override Rect
LayoutBox
{ get { return _layoutBox; } }
10 references to LayoutBox
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (8)
602
approximatedLineHeight = lines[0].
LayoutBox
.Height;
606
Rect lineBox = lines[lineIndex].
LayoutBox
;
629
Rect nextLineBox = lines[lineIndex + 1].
LayoutBox
;
664
siblingLineBox = lines[lineIndex - 1].
LayoutBox
;
682
siblingLineBox = lines[lineIndex + 1].
LayoutBox
;
732
Rect lineBox = lines[lineIndex].
LayoutBox
;
740
siblingLineBox = lines[lineIndex - 1].
LayoutBox
;
769
siblingLineBox = lines[lineIndex + 1].
LayoutBox
;
src\Framework\MS\Internal\LayoutDump.cs (1)
663
DumpRect(writer, "LayoutBox", line.
LayoutBox
);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
377
return lr[0].
LayoutBox
.Height + ancestorOffset.Y * 2d;