7 references to HighlightType
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (1)
256
if (fh.
HighlightType
== FixedHighlightType.None)
System\Windows\Documents\HighlightVisual.cs (6)
177
if (fh.
HighlightType
== FixedHighlightType.None)
207
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
211
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)
271
if (fh.
HighlightType
== FixedHighlightType.None)
309
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
313
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)