2 implementations of TextContainer
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1268
ITextContainer ITextView.
TextContainer
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
645
ITextContainer 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)
854
if (textView != null && textView.IsValid && textView.RenderScope is IScrollInfo && contentPosition.TextContainer == textView.
TextContainer
)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (3)
176
DependencyObject owner = _textView.
TextContainer
.Parent;
487
ITextPointer start = _textView.
TextContainer
.Start.CreatePointer(_startOffset, LogicalDirection.Forward);
488
ITextPointer end = _textView.
TextContainer
.Start.CreatePointer(_endOffset, LogicalDirection.Backward);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (4)
148
if (ChildTextView.
TextContainer
== tp.ChildBlock.ChildContainer)
231
if (ChildTextView.
TextContainer
== tp.ChildBlock.ChildContainer)
386
if (ChildTextView.
TextContainer
== tpLine.ChildBlock.ChildContainer)
460
if (ChildTextView.
TextContainer
== tp.ChildBlock.ChildContainer)