1 override of GetHighlightValue
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
880
internal override object
GetHighlightValue
(StaticTextPointer textPosition, LogicalDirection direction, Type highlightLayerOwnerType)
9 references to GetHighlightValue
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (2)
443
TextDecorationCollection highlightDecorations = highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection;
461
&& highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue)
MS\Internal\Text\DynamicPropertyReader.cs (1)
260
selected = position.TextContainer.Highlights.
GetHighlightValue
(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
236
textDecorations = highlights.
GetHighlightValue
(highlightPosition, LogicalDirection.Forward, typeof(SpellerHighlightLayer)) as TextDecorationCollection;
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
687
selected = highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection));
886
return base.
GetHighlightValue
(parentPosition, direction, highlightLayerOwnerType);
System\Windows\Documents\FixedDocument.cs (3)
1093
selected = highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection));
1114
while (highlights.
GetHighlightValue
(highlightTransitionPosition, LogicalDirection.Forward, typeof(TextSelection)) != DependencyProperty.UnsetValue);
1122
AnnotationHighlightLayer.HighlightSegment highlightSegment = highlights.
GetHighlightValue
(highlightRangeStart,