6 types derived from TextViewBase
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
25
internal class DocumentPageTextView :
TextViewBase
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
26
internal class MultiPageTextView :
TextViewBase
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
31
internal class TextDocumentView :
TextViewBase
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
32
internal class TextParagraphView :
TextViewBase
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
36
internal sealed class DocumentSequenceTextView :
TextViewBase
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
37
internal sealed class FixedTextView :
TextViewBase
8 references to TextViewBase
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
145
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
146
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
115
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
113
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
src\Framework\System\windows\Documents\CaretElement.cs (2)
377
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
385
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle);
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
158
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
251
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>