9 references to LayoutBox
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (8)
167Rect columnBox = columns[columnIndex].LayoutBox; 1810columnBox = columns[columnIndex].LayoutBox; 1857Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1887Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1908columnBox = columns[lastColumnWithContent].LayoutBox; 2710suggestedX = (suggestedX - columns[oldColumnIndex].LayoutBox.Left) + columns[columnIndex].LayoutBox.Left; 3030double currentSuggestedX = columnSuggestedX + columns[columnIndex].LayoutBox.Left;
MS\Internal\LayoutDump.cs (1)
887DumpRect(writer, "LayoutBox", column.LayoutBox);