4 overrides of IsContentHighlighted
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
279
internal override bool
IsContentHighlighted
(StaticTextPointer staticTextPosition, LogicalDirection direction)
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
65
internal override bool
IsContentHighlighted
(StaticTextPointer staticTextPointer, LogicalDirection direction)
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
72
internal override bool
IsContentHighlighted
(StaticTextPointer textPosition, LogicalDirection direction)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
79
internal override bool
IsContentHighlighted
(StaticTextPointer textPosition, LogicalDirection direction)
2 references to IsContentHighlighted
PresentationFramework (2)
src\Framework\System\Windows\Documents\Highlights.cs (2)
106
if (GetLayer(i).
IsContentHighlighted
(textPosition, direction))
360
if (!highlightLayer.
IsContentHighlighted
(highlightTransitionPosition, LogicalDirection.Forward))