14 references to Columns
PresentationFramework (14)
MS\Internal\Documents\ParagraphResult.cs (1)
913ReadOnlyCollection<ColumnResult> columns = Columns;
MS\Internal\Documents\TextDocumentView.cs (11)
824position = GetTextPositionFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, snapToText); 1035cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1186rect = GetRectangleFromTextPosition(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, position); 1498ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1622ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1742ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2334ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2546ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2581positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2817ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2842ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
MS\Internal\LayoutDump.cs (1)
866DumpColumnResults(writer, paragraph.Columns, visual);
MS\Internal\PtsHost\CellParaClient.cs (1)
325ReadOnlyCollection<ColumnResult> colResults = paragraphResult.Columns;