10 references to GetTableCellFromPosition
PresentationFramework (10)
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
273(cell = TextRangeEditTables.GetTableCellFromPosition((TextPointer)thisRange.Start)) != null)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (7)
64TableCell firstCell = GetTableCellFromPosition((TextPointer)range.TextSegments[0].Start); 74TableCell lastCell = GetTableCellFromPosition(lastCellPointer); 583TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 600TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 1079TableCell cell = GetTableCellFromPosition((TextPointer)textSegment.Start); 1451startCell = GetTableCellFromPosition(textRange.Start); 1452endCell = GetTableCellFromPosition(textRange.End);
src\Framework\System\Windows\Documents\TextStore.cs (2)
3321TableCell startCell = TextRangeEditTables.GetTableCellFromPosition(start); 3322TableCell endCell = TextRangeEditTables.GetTableCellFromPosition(end);