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