1 override of IsContentHighlighted
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
901
internal override bool
IsContentHighlighted
(StaticTextPointer textPosition, LogicalDirection direction)
4 references to IsContentHighlighted
PresentationFramework (4)
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
63
return this._docSeqContainer.Highlights.
IsContentHighlighted
(staticTextPointer, direction);
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
677
if (!highlights.
IsContentHighlighted
(highlightTransitionPosition, LogicalDirection.Forward))
907
return base.
IsContentHighlighted
(parentPosition, direction);
System\Windows\Documents\FixedDocument.cs (1)
1080
if (!highlights.
IsContentHighlighted
(highlightTransitionPosition, LogicalDirection.Forward))