7 references to HighlightType
PresentationFramework (7)
System\Windows\Documents\FixedTextView.cs (1)
256if (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) 271if (fh.HighlightType == FixedHighlightType.None) 309if (fh.HighlightType == FixedHighlightType.TextSelection) 313else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight)