4 references to TextSelection
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1151fixedHighlightType = FixedHighlightType.TextSelection;
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
262this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null);
src\Framework\System\Windows\Documents\HighlightVisual.cs (2)
220if (fh.HighlightType == FixedHighlightType.TextSelection) 323if (fh.HighlightType == FixedHighlightType.TextSelection)