14 references to Columns
PresentationFramework (14)
MS\Internal\Documents\ParagraphResult.cs (1)
916ReadOnlyCollection<ColumnResult> columns = Columns;
MS\Internal\Documents\TextDocumentView.cs (11)
829position = GetTextPositionFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, snapToText); 1043cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1200rect = GetRectangleFromTextPosition(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, position); 1518ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1645ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1768ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2363ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2579ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2614positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2851ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2876ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
MS\Internal\LayoutDump.cs (1)
867DumpColumnResults(writer, paragraph.Columns, visual);
MS\Internal\PtsHost\CellParaClient.cs (1)
330ReadOnlyCollection<ColumnResult> colResults = paragraphResult.Columns;