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