3 references to Contains
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (1)
314if (textView != null && textView.IsValid && TextDocumentView.Contains(pointer, textView.TextSegments))
MS\Internal\Documents\TextDocumentView.cs (1)
3118return Contains(position, segments);
MS\Internal\PtsHost\BreakRecordTable.cs (1)
135if (TextDocumentView.Contains(contentPosition, textSegments))