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