17 references to FixedHighlightType
PresentationFramework (17)
System\Windows\Documents\FixedDocument.cs (5)
1099FixedHighlightType fixedHighlightType = FixedHighlightType.None; 1115fixedHighlightType = FixedHighlightType.TextSelection; 1129fixedHighlightType = FixedHighlightType.AnnotationHighlight; 1135if (fixedHighlightType != FixedHighlightType.None)
System\Windows\Documents\FixedHighlight.cs (3)
40internal FixedHighlight(UIElement element, int beginOffset, int endOffset, FixedHighlightType t, 194internal FixedHighlightType HighlightType 237private readonly FixedHighlightType _type; // Type of highlight
System\Windows\Documents\FixedTextContainer.cs (1)
407internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t,
System\Windows\Documents\FixedTextView.cs (2)
254this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null); 264if (fh.HighlightType == FixedHighlightType.None)
System\Windows\Documents\HighlightVisual.cs (6)
187if (fh.HighlightType == FixedHighlightType.None) 217if (fh.HighlightType == FixedHighlightType.TextSelection) 221else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight) 281if (fh.HighlightType == FixedHighlightType.None) 319if (fh.HighlightType == FixedHighlightType.TextSelection) 323else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight)