11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
432
var highlights = position.
TextContainer
.Highlights;
448
var textEditor = position.
TextContainer
.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
101
endOfRunPosition = position.
TextContainer
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
253
selected = position.
TextContainer
.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
223
Highlights highlights = highlightPosition.
TextContainer
.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
915
if (textPosition.
TextContainer
.Highlights != this)
958
if (textPosition.
TextContainer
.Highlights != this)
979
if (textPosition.
TextContainer
.Highlights != this)
1017
if (childTp.TextContainer != originalPosition.
TextContainer
)
1025
originalPosition.
TextContainer
.End
1026
: originalPosition.
TextContainer
.Start;