7 references to HighlightType
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (1)
264
if (fh.
HighlightType
== FixedHighlightType.None)
System\Windows\Documents\HighlightVisual.cs (6)
187
if (fh.
HighlightType
== FixedHighlightType.None)
217
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
221
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)
281
if (fh.
HighlightType
== FixedHighlightType.None)
319
if (fh.
HighlightType
== FixedHighlightType.TextSelection)
323
else if (fh.
HighlightType
== FixedHighlightType.AnnotationHighlight)