17 references to FixedHighlightType
PresentationFramework (17)
System\Windows\Documents\FixedDocument.cs (5)
1089FixedHighlightType fixedHighlightType = FixedHighlightType.None; 1105fixedHighlightType = FixedHighlightType.TextSelection; 1119fixedHighlightType = FixedHighlightType.AnnotationHighlight; 1125if (fixedHighlightType != FixedHighlightType.None)
System\Windows\Documents\FixedHighlight.cs (3)
34internal FixedHighlight(UIElement element, int beginOffset, int endOffset, FixedHighlightType t, 188internal FixedHighlightType HighlightType 231private readonly FixedHighlightType _type; // Type of highlight
System\Windows\Documents\FixedTextContainer.cs (1)
389internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t,
System\Windows\Documents\FixedTextView.cs (2)
240this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null); 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)