9 references to LayoutBox
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (8)
167Rect columnBox = columns[columnIndex].LayoutBox; 1845columnBox = columns[columnIndex].LayoutBox; 1892Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1922Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1943columnBox = columns[lastColumnWithContent].LayoutBox; 2750suggestedX = (suggestedX - columns[oldColumnIndex].LayoutBox.Left) + columns[columnIndex].LayoutBox.Left; 3071double currentSuggestedX = columnSuggestedX + columns[columnIndex].LayoutBox.Left;
MS\Internal\LayoutDump.cs (1)
885DumpRect(writer, "LayoutBox", column.LayoutBox);