14 references to Columns
PresentationFramework (14)
MS\Internal\Documents\ParagraphResult.cs (1)
913ReadOnlyCollection<ColumnResult> columns = Columns;
MS\Internal\Documents\TextDocumentView.cs (11)
827position = GetTextPositionFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, snapToText); 1041cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1198rect = GetRectangleFromTextPosition(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, position); 1516ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1643ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 1766ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2361ReadOnlyCollection<ColumnResult> columns = subpageParagraphResult.Columns; 2577ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2612positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2849ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs; 2874ReadOnlyCollection<ParagraphResult> nestedParagraphs = subpageParagraphResult.Columns[0].Paragraphs;
MS\Internal\LayoutDump.cs (1)
864DumpColumnResults(writer, paragraph.Columns, visual);
MS\Internal\PtsHost\CellParaClient.cs (1)
325ReadOnlyCollection<ColumnResult> colResults = paragraphResult.Columns;