3 references to IsTableCellRange
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
443if (TextRangeEditTables.IsTableCellRange(selection.AnchorPosition, (TextPointer)movingPosition, 1543if (!IsTableCellRange(
src\Framework\System\windows\Documents\TextSelection.cs (1)
1047if (!TextRangeEditTables.IsTableCellRange((TextPointer)_anchorPosition, (TextPointer)((ITextSelection)this).MovingPosition, /*includeCellAtMovingPosition:*/false, out anchorCell, out movingCell))