2 references to Contains
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
585return (cell == null) ? false : !cell.Contains(selection.AnchorPosition); 2154while (commonAncestor != null && !commonAncestor.Contains(movingPosition))