2 references to AnchorPosition
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
443
if (TextRangeEditTables.IsTableCellRange(selection.
AnchorPosition
, (TextPointer)movingPosition,
585
return (cell == null) ? false : !cell.Contains(selection.
AnchorPosition
);