14 references to Columns
PresentationFramework (14)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
924ReadOnlyCollection<ColumnResult> columns = Columns;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (11)
837position = GetTextPositionFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, snapToText); 1051cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1208rect = GetRectangleFromTextPosition(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, position); 1526ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1653ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1776ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2371ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2587ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2622positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2860ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2885ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
src\Framework\MS\Internal\LayoutDump.cs (1)
870DumpColumnResults(writer, paragraph.Columns, visual);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
357ReadOnlyCollection<ColumnResult> colResults = paragraphResult.Columns;