6 types derived from TextViewBase
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
21
internal class DocumentPageTextView :
TextViewBase
MS\Internal\Documents\MultiPageTextView.cs (1)
22
internal class MultiPageTextView :
TextViewBase
MS\Internal\Documents\TextDocumentView.cs (1)
22
internal class TextDocumentView :
TextViewBase
MS\Internal\Documents\TextParagraphView.cs (1)
19
internal class TextParagraphView :
TextViewBase
System\Windows\Documents\DocumentSequenceTextView.cs (1)
22
internal sealed class DocumentSequenceTextView :
TextViewBase
System\Windows\Documents\FixedTextView.cs (1)
22
internal sealed class FixedTextView :
TextViewBase
8 references to TextViewBase
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
141
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\MultiPageTextView.cs (1)
141
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\TextDocumentView.cs (1)
106
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
MS\Internal\Documents\TextParagraphView.cs (1)
97
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
System\windows\Documents\CaretElement.cs (2)
370
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
378
MS.Internal.Documents.
TextViewBase
.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
144
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>
System\Windows\Documents\FixedTextView.cs (1)
230
/// <see cref="
TextViewBase
.GetTightBoundingGeometryFromTextPositions"/>