17 references to FixedHighlightType
PresentationFramework (17)
System\Windows\Documents\FixedDocument.cs (5)
1088FixedHighlightType fixedHighlightType = FixedHighlightType.None; 1104fixedHighlightType = FixedHighlightType.TextSelection; 1118fixedHighlightType = FixedHighlightType.AnnotationHighlight; 1124if (fixedHighlightType != FixedHighlightType.None)
System\Windows\Documents\FixedHighlight.cs (3)
35internal FixedHighlight(UIElement element, int beginOffset, int endOffset, FixedHighlightType t, 189internal FixedHighlightType HighlightType 232private readonly FixedHighlightType _type; // Type of highlight
System\Windows\Documents\FixedTextContainer.cs (1)
398internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t,
System\Windows\Documents\FixedTextView.cs (2)
246this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null); 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)