6 types derived from TextViewBase
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
23
internal class DocumentPageTextView :
TextViewBase
MS\Internal\Documents\MultiPageTextView.cs (1)
24
internal class MultiPageTextView :
TextViewBase
MS\Internal\Documents\TextDocumentView.cs (1)
24
internal class TextDocumentView :
TextViewBase
MS\Internal\Documents\TextParagraphView.cs (1)
25
internal class TextParagraphView :
TextViewBase
System\Windows\Documents\DocumentSequenceTextView.cs (1)
30
internal sealed class DocumentSequenceTextView :
TextViewBase
System\Windows\Documents\FixedTextView.cs (1)
30
internal sealed class FixedTextView :
TextViewBase
8 references to TextViewBase
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
143
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\MultiPageTextView.cs (1)
143
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\TextDocumentView.cs (1)
108
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\TextParagraphView.cs (1)
103
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
System\windows\Documents\CaretElement.cs (2)
374
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
382
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
152
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
System\Windows\Documents\FixedTextView.cs (1)
243
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>