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