1 override of GetHighlightValue
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
872
internal override object
GetHighlightValue
(StaticTextPointer textPosition, LogicalDirection direction, Type highlightLayerOwnerType)
9 references to GetHighlightValue
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (2)
436
TextDecorationCollection highlightDecorations = highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection;
454
&& highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue)
MS\Internal\Text\DynamicPropertyReader.cs (1)
254
selected = position.TextContainer.Highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
234
textDecorations = highlights.
GetHighlightValue
(highlightPosition, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection;
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
679
selected = highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection));
878
return base.
GetHighlightValue
(parentPosition, direction, highlightLayerOwnerType);
System\Windows\Documents\FixedDocument.cs (3)
1082
selected = highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection));
1103
while (highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue);
1111
AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.
GetHighlightValue
(highlightRangeStart,