2 implementations of TextContainer
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1268ITextContainer ITextView.TextContainer
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
645ITextContainer ITextView.TextContainer
15 references to TextContainer
PresentationFramework (15)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
484/// <see cref="ITextView.TextContainer"/>
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
637/// <see cref="ITextView.TextContainer"/>
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1266/// <see cref="ITextView.TextContainer"/>
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
576/// <see cref="ITextView.TextContainer"/>
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
488/// <see cref="ITextView.TextContainer"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
297/// <see cref="ITextView.TextContainer"/> 643/// <see cref="ITextView.TextContainer"/>
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
854if (textView != null && textView.IsValid && textView.RenderScope is IScrollInfo && contentPosition.TextContainer == textView.TextContainer)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (3)
176DependencyObject owner = _textView.TextContainer.Parent; 487ITextPointer start = _textView.TextContainer.Start.CreatePointer(_startOffset, LogicalDirection.Forward); 488ITextPointer end = _textView.TextContainer.Start.CreatePointer(_endOffset, LogicalDirection.Backward);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (4)
148if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 231if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 386if (ChildTextView.TextContainer == tpLine.ChildBlock.ChildContainer) 460if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer)