1 instantiation of CellInfo
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
1111
return new
CellInfo
(this, cpc);
10 references to CellInfo
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
695
internal
CellInfo
GetCellInfoFromPoint(Point point)
MS\Internal\Documents\TextDocumentView.cs (7)
425
internal
CellInfo
GetCellInfoFromPoint(Point point, Table tableFilter)
962
private
CellInfo
GetCellInfoFromPoint(ReadOnlyCollection<ParagraphResult> paragraphs, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter)
964
CellInfo
cellInfo = null;
1007
private
CellInfo
GetCellInfoFromPoint(ParagraphResult paragraph, Point point, Table tableFilter)
1010
CellInfo
cellInfo = null;
1082
private
CellInfo
GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter)
1086
CellInfo
cellInfo;
MS\Internal\PtsHost\TableParaClient.cs (1)
1105
internal
CellInfo
GetCellInfoFromPoint(Point point)
System\Windows\Documents\TextRangeEditTables.cs (1)
1597
MS.Internal.PtsHost.
CellInfo
cellInfo = textDocView.GetCellInfoFromPoint(point, null);