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