1 implementation of Contains
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
130
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)
651
return ((ITextRange)this).
Contains
(textPointer);
System\windows\Documents\TextSelection.cs (3)
680
if (position != null && thisSelection.
Contains
(position))
687
if (position != null && thisSelection.
Contains
(position))
857
Invariant.Assert(thisSelection.
Contains
(thisSelection.AnchorPosition));