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