11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
433
var highlights = position.
TextContainer
.Highlights;
449
var textEditor = position.
TextContainer
.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
102
endOfRunPosition = position.
TextContainer
.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
254
selected = position.
TextContainer
.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
224
Highlights highlights = highlightPosition.
TextContainer
.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
916
if (textPosition.
TextContainer
.Highlights != this)
959
if (textPosition.
TextContainer
.Highlights != this)
980
if (textPosition.
TextContainer
.Highlights != this)
1018
if (childTp.TextContainer != originalPosition.
TextContainer
)
1026
originalPosition.
TextContainer
.End
1027
: originalPosition.
TextContainer
.Start;