6 types derived from TextViewBase
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
20
internal class DocumentPageTextView :
TextViewBase
MS\Internal\Documents\MultiPageTextView.cs (1)
21
internal class MultiPageTextView :
TextViewBase
MS\Internal\Documents\TextDocumentView.cs (1)
21
internal class TextDocumentView :
TextViewBase
MS\Internal\Documents\TextParagraphView.cs (1)
18
internal class TextParagraphView :
TextViewBase
System\Windows\Documents\DocumentSequenceTextView.cs (1)
21
internal sealed class DocumentSequenceTextView :
TextViewBase
System\Windows\Documents\FixedTextView.cs (1)
21
internal sealed class FixedTextView :
TextViewBase
2 references to TextViewBase
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
369
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
377
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle);