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