1 implementation of Contains
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
124bool ITextRange.Contains(ITextPointer position)
6 references to Contains
PresentationFramework (6)
System\Windows\Controls\TextRangeAdaptor.cs (1)
647if (!textRange.Contains(_end))
System\windows\Documents\TextEditorDragDrop.cs (1)
607bool selectionContainedDropPosition = selection.Contains(dropPosition);
System\Windows\Documents\TextRange.cs (1)
645return ((ITextRange)this).Contains(textPointer);
System\windows\Documents\TextSelection.cs (3)
668if (position != null && thisSelection.Contains(position)) 675if (position != null && thisSelection.Contains(position)) 842Invariant.Assert(thisSelection.Contains(thisSelection.AnchorPosition));