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