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