7 references to HighlightType
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
272if (fh.HighlightType == FixedHighlightType.None)
src\Framework\System\Windows\Documents\HighlightVisual.cs (6)
190if (fh.HighlightType == FixedHighlightType.None) 220if (fh.HighlightType == FixedHighlightType.TextSelection) 224else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight) 285if (fh.HighlightType == FixedHighlightType.None) 323if (fh.HighlightType == FixedHighlightType.TextSelection) 327else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight)