10 references to GetTableCellFromPosition
PresentationFramework (10)
System\Windows\Documents\TextRangeBase.cs (1)
259(cell = TextRangeEditTables.GetTableCellFromPosition((TextPointer)thisRange.Start)) != null)
System\Windows\Documents\TextRangeEditTables.cs (7)
60TableCell firstCell = GetTableCellFromPosition((TextPointer)range.TextSegments[0].Start); 70TableCell lastCell = GetTableCellFromPosition(lastCellPointer); 578TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 595TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 1078TableCell cell = GetTableCellFromPosition((TextPointer)textSegment.Start); 1450startCell = GetTableCellFromPosition(textRange.Start); 1451endCell = GetTableCellFromPosition(textRange.End);
System\Windows\Documents\TextStore.cs (2)
3390TableCell startCell = TextRangeEditTables.GetTableCellFromPosition(start); 3391TableCell endCell = TextRangeEditTables.GetTableCellFromPosition(end);