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