10 references to GetTableCellFromPosition
PresentationFramework (10)
System\Windows\Documents\TextRangeBase.cs (1)
258(cell = TextRangeEditTables.GetTableCellFromPosition((TextPointer)thisRange.Start)) != null)
System\Windows\Documents\TextRangeEditTables.cs (7)
59TableCell firstCell = GetTableCellFromPosition((TextPointer)range.TextSegments[0].Start); 69TableCell lastCell = GetTableCellFromPosition(lastCellPointer); 577TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 594TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 1077TableCell cell = GetTableCellFromPosition((TextPointer)textSegment.Start); 1449startCell = GetTableCellFromPosition(textRange.Start); 1450endCell = GetTableCellFromPosition(textRange.End);
System\Windows\Documents\TextStore.cs (2)
3380TableCell startCell = TextRangeEditTables.GetTableCellFromPosition(start); 3381TableCell endCell = TextRangeEditTables.GetTableCellFromPosition(end);