14 references to Columns
PresentationFramework (14)
MS\Internal\Documents\ParagraphResult.cs (1)
912ReadOnlyCollection<ColumnResult> columns = Columns;
MS\Internal\Documents\TextDocumentView.cs (11)
823position = GetTextPositionFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, snapToText); 1034cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1176rect = GetRectangleFromTextPosition(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, position); 1488ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1612ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1732ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2324ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2536ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2571positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2807ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2832ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
MS\Internal\LayoutDump.cs (1)
865DumpColumnResults(writer, paragraph.Columns, visual);
MS\Internal\PtsHost\CellParaClient.cs (1)
324ReadOnlyCollection<ColumnResult> colResults = paragraphResult.Columns;