7 references to HighlightType
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (1)
251if (fh.HighlightType == FixedHighlightType.None)
System\Windows\Documents\HighlightVisual.cs (6)
177if (fh.HighlightType == FixedHighlightType.None) 207if (fh.HighlightType == FixedHighlightType.TextSelection) 211else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight) 273if (fh.HighlightType == FixedHighlightType.None) 311if (fh.HighlightType == FixedHighlightType.TextSelection) 315else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight)