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