11 references to TextContainer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (2)
440var highlights = position.TextContainer.Highlights; 456var textEditor = position.TextContainer.TextSelection?.TextEditor;
MS\Internal\PtsHost\LineBase.cs (1)
112endOfRunPosition = position.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Text\DynamicPropertyReader.cs (1)
260selected = position.TextContainer.Highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(TextSelection));
MS\Internal\Text\TextProperties.cs (1)
226Highlights highlights = highlightPosition.TextContainer.Highlights;
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
933if (textPosition.TextContainer.Highlights != this) 976if (textPosition.TextContainer.Highlights != this) 997if (textPosition.TextContainer.Highlights != this) 1035if (childTp.TextContainer != originalPosition.TextContainer) 1043originalPosition.TextContainer.End 1044: originalPosition.TextContainer.Start;