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