1 instantiation of CellInfo
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1192return new CellInfo(this, cpc);
10 references to CellInfo
PresentationFramework (10)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
701internal CellInfo GetCellInfoFromPoint(Point point)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (7)
432internal CellInfo GetCellInfoFromPoint(Point point, Table tableFilter) 970private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ParagraphResult> paragraphs, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter) 972CellInfo cellInfo = null; 1015private CellInfo GetCellInfoFromPoint(ParagraphResult paragraph, Point point, Table tableFilter) 1018CellInfo cellInfo = null; 1090private CellInfo GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter) 1094CellInfo cellInfo;
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1186internal CellInfo GetCellInfoFromPoint(Point point)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1600MS.Internal.PtsHost.CellInfo cellInfo = textDocView.GetCellInfoFromPoint(point, null);