9 references to LayoutBox
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (8)
169Rect columnBox = columns[columnIndex].LayoutBox; 1847columnBox = columns[columnIndex].LayoutBox; 1894Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1924Rect nextColumnBox = columns[columnIndex + 1].LayoutBox; 1945columnBox = columns[lastColumnWithContent].LayoutBox; 2752suggestedX = (suggestedX - columns[oldColumnIndex].LayoutBox.Left) + columns[columnIndex].LayoutBox.Left; 3073double currentSuggestedX = columnSuggestedX + columns[columnIndex].LayoutBox.Left;
MS\Internal\LayoutDump.cs (1)
888DumpRect(writer, "LayoutBox", column.LayoutBox);