4 overrides of GetHighlightValue
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
236internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
49internal override object GetHighlightValue(StaticTextPointer staticTextPointer, LogicalDirection direction)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
51internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
54internal override object GetHighlightValue(StaticTextPointer textPosition, LogicalDirection direction)
1 reference to GetHighlightValue
PresentationFramework (1)
System\Windows\Documents\Highlights.cs (1)
74value = layer.GetHighlightValue(textPosition, direction);