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