9 references to LayoutBox
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (8)
176
Rect columnBox = columns[columnIndex].
LayoutBox
;
1855
columnBox = columns[columnIndex].
LayoutBox
;
1902
Rect nextColumnBox = columns[columnIndex + 1].
LayoutBox
;
1932
Rect nextColumnBox = columns[columnIndex + 1].
LayoutBox
;
1953
columnBox = columns[lastColumnWithContent].
LayoutBox
;
2760
suggestedX = (suggestedX - columns[oldColumnIndex].
LayoutBox
.Left) + columns[columnIndex].
LayoutBox
.Left;
3082
double currentSuggestedX = columnSuggestedX + columns[columnIndex].
LayoutBox
.Left;
src\Framework\MS\Internal\LayoutDump.cs (1)
891
DumpRect(writer, "LayoutBox", column.
LayoutBox
);