10 references to GetTableCellFromPosition
PresentationFramework (10)
System\Windows\Documents\TextRangeBase.cs (1)
262(cell = TextRangeEditTables.GetTableCellFromPosition((TextPointer)thisRange.Start)) != null)
System\Windows\Documents\TextRangeEditTables.cs (7)
62TableCell firstCell = GetTableCellFromPosition((TextPointer)range.TextSegments[0].Start); 72TableCell lastCell = GetTableCellFromPosition(lastCellPointer); 580TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 597TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 1076TableCell cell = GetTableCellFromPosition((TextPointer)textSegment.Start); 1448startCell = GetTableCellFromPosition(textRange.Start); 1449endCell = GetTableCellFromPosition(textRange.End);
System\Windows\Documents\TextStore.cs (2)
3408TableCell startCell = TextRangeEditTables.GetTableCellFromPosition(start); 3409TableCell endCell = TextRangeEditTables.GetTableCellFromPosition(end);