17 references to FixedHighlightType
PresentationFramework (17)
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
1135FixedHighlightType fixedHighlightType = FixedHighlightType.None; 1151fixedHighlightType = FixedHighlightType.TextSelection; 1165fixedHighlightType = FixedHighlightType.AnnotationHighlight; 1172if (fixedHighlightType != FixedHighlightType.None)
src\Framework\System\Windows\Documents\FixedHighlight.cs (3)
43internal FixedHighlight(UIElement element, int beginOffset, int endOffset, FixedHighlightType t, 197internal FixedHighlightType HighlightType 240private readonly FixedHighlightType _type; // Type of highlight
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
414internal void GetMultiHighlights(FixedTextPointer start, FixedTextPointer end, Dictionary<FixedPage, ArrayList> highlights, FixedHighlightType t,
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
262this.Container.GetMultiHighlights(startftp, endftp, highlights, FixedHighlightType.TextSelection, null, null); 272if (fh.HighlightType == FixedHighlightType.None)
src\Framework\System\Windows\Documents\HighlightVisual.cs (6)
190if (fh.HighlightType == FixedHighlightType.None) 220if (fh.HighlightType == FixedHighlightType.TextSelection) 224else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight) 285if (fh.HighlightType == FixedHighlightType.None) 323if (fh.HighlightType == FixedHighlightType.TextSelection) 327else if (fh.HighlightType == FixedHighlightType.AnnotationHighlight)