11 references to TextContainer
PresentationFramework (11)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
442
var highlights = position.
TextContainer
.Highlights;
458
var textEditor = position.
TextContainer
.TextSelection?.TextEditor;
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
116
endOfRunPosition = position.
TextContainer
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
263
selected = position.
TextContainer
.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
src\Framework\MS\Internal\Text\TextProperties.cs (1)
229
Highlights highlights = highlightPosition.
TextContainer
.Highlights;
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
941
if (textPosition.
TextContainer
.Highlights != this)
984
if (textPosition.
TextContainer
.Highlights != this)
1005
if (textPosition.
TextContainer
.Highlights != this)
1043
if (childTp.TextContainer != originalPosition.
TextContainer
)
1051
originalPosition.
TextContainer
.End
1052
: originalPosition.
TextContainer
.Start;