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