1 instantiation of FixedTextView
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
1456
_textView = new
FixedTextView
(this);
3 references to FixedTextView
PresentationFramework (3)
System\Windows\Documents\FixedDocument.cs (2)
1450
internal
FixedTextView
TextView
1496
private
FixedTextView
_textView;
System\Windows\Documents\FixedPageStructure.cs (1)
532
glyphBox =
FixedTextView
._GetGlyphRunDesignRect(glyphs, startIndex, endIndex);