7 references to HighlightType
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (1)
250
if (fh.
HighlightType
== FixedHighlightType.None)
System\Windows\Documents\HighlightVisual.cs (6)
176
if (fh.
HighlightType
== FixedHighlightType.None)
206
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
210
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)
272
if (fh.
HighlightType
== FixedHighlightType.None)
310
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
314
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)