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