3 overrides of GetGlyphRuns
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
311
internal override ReadOnlyCollection<GlyphRun>
GetGlyphRuns
(ITextPointer start, ITextPointer end)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
364
internal override ReadOnlyCollection<GlyphRun>
GetGlyphRuns
(ITextPointer start, ITextPointer end)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
426
internal override ReadOnlyCollection<GlyphRun>
GetGlyphRuns
(ITextPointer start, ITextPointer end)
1 reference to GetGlyphRuns
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
551
return
GetGlyphRuns
(start, end);