2 overrides of LayoutBox
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (1)
219
internal override Rect
LayoutBox
MS\Internal\Text\TextLineResult.cs (1)
204
internal override Rect
LayoutBox
{ get { return _layoutBox; } }
10 references to LayoutBox
PresentationFramework (10)
MS\Internal\Documents\TextParagraphView.cs (8)
571
approximatedLineHeight = lines[0].
LayoutBox
.Height;
575
Rect lineBox = lines[lineIndex].
LayoutBox
;
598
Rect nextLineBox = lines[lineIndex + 1].
LayoutBox
;
633
siblingLineBox = lines[lineIndex - 1].
LayoutBox
;
651
siblingLineBox = lines[lineIndex + 1].
LayoutBox
;
701
Rect lineBox = lines[lineIndex].
LayoutBox
;
709
siblingLineBox = lines[lineIndex - 1].
LayoutBox
;
738
siblingLineBox = lines[lineIndex + 1].
LayoutBox
;
MS\Internal\LayoutDump.cs (1)
659
DumpRect(writer, "LayoutBox", line.
LayoutBox
);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
370
return lr[0].
LayoutBox
.Height + ancestorOffset.Y * 2d;