1 implementation of Contains
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
133bool ITextRange.Contains(ITextPointer position)
6 references to Contains
PresentationFramework (6)
System\Windows\Controls\TextRangeAdaptor.cs (1)
649if (!textRange.Contains(_end))
System\windows\Documents\TextEditorDragDrop.cs (1)
624bool selectionContainedDropPosition = selection.Contains(dropPosition);
System\Windows\Documents\TextRange.cs (1)
654return ((ITextRange)this).Contains(textPointer);
System\windows\Documents\TextSelection.cs (3)
683if (position != null && thisSelection.Contains(position)) 690if (position != null && thisSelection.Contains(position)) 860Invariant.Assert(thisSelection.Contains(thisSelection.AnchorPosition));