4 overrides of IsContentHighlighted
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
263
internal override bool
IsContentHighlighted
(StaticTextPointer staticTextPosition, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
57
internal override bool
IsContentHighlighted
(StaticTextPointer staticTextPointer, LogicalDirection direction)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
68
internal override bool
IsContentHighlighted
(StaticTextPointer textPosition, LogicalDirection direction)
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
71
internal override bool
IsContentHighlighted
(StaticTextPointer textPosition, LogicalDirection direction)
2 references to IsContentHighlighted
PresentationFramework (2)
System\Windows\Documents\Highlights.cs (2)
98
if (GetLayer(i).
IsContentHighlighted
(textPosition, direction))
352
if (!highlightLayer.
IsContentHighlighted
(highlightTransitionPosition, LogicalDirection.Forward))