4 references to TextSelection
PresentationFramework (4)
System\Windows\Documents\FixedDocument.cs (1)
1115fixedHighlightType = FixedHighlightType.TextSelection;
System\Windows\Documents\FixedTextView.cs (1)
254this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null);
System\Windows\Documents\HighlightVisual.cs (2)
217if (fh.HighlightType == FixedHighlightType.TextSelection) 319if (fh.HighlightType == FixedHighlightType.TextSelection)