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); 1074TableCell cell = GetTableCellFromPosition((TextPointer)textSegment.Start); 1446startCell = GetTableCellFromPosition(textRange.Start); 1447endCell = GetTableCellFromPosition(textRange.End);
System\Windows\Documents\TextStore.cs (2)
3388TableCell startCell = TextRangeEditTables.GetTableCellFromPosition(start); 3389TableCell endCell = TextRangeEditTables.GetTableCellFromPosition(end);