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