1 instantiation of CellInfo
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
1104
return new
CellInfo
(this, cpc);
10 references to CellInfo
PresentationFramework (10)
MS\Internal\Documents\ParagraphResult.cs (1)
691
internal
CellInfo
GetCellInfoFromPoint(Point point)
MS\Internal\Documents\TextDocumentView.cs (7)
421
internal
CellInfo
GetCellInfoFromPoint(Point point, Table tableFilter)
955
private
CellInfo
GetCellInfoFromPoint(ReadOnlyCollection<ParagraphResult> paragraphs, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter)
957
CellInfo
cellInfo = null;
1000
private
CellInfo
GetCellInfoFromPoint(ParagraphResult paragraph, Point point, Table tableFilter)
1003
CellInfo
cellInfo = null;
1060
private
CellInfo
GetCellInfoFromPoint(ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<ParagraphResult> floatingElements, Point point, Table tableFilter)
1064
CellInfo
cellInfo;
MS\Internal\PtsHost\TableParaClient.cs (1)
1098
internal
CellInfo
GetCellInfoFromPoint(Point point)
System\Windows\Documents\TextRangeEditTables.cs (1)
1598
MS.Internal.PtsHost.
CellInfo
cellInfo = textDocView.GetCellInfoFromPoint(point, null);