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