4 overrides of GetHighlightValue
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
244internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
53internal override object GetHighlightValue(StaticTextPointer staticTextPointer, LogicalDirection direction)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
55internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
57internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
1 reference to GetHighlightValue
PresentationFramework (1)
System\Windows\Documents\Highlights.cs (1)
76value = layer.GetHighlightValue(textPosition, direction);