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