3 overrides of GetGlyphRuns
PresentationFramework (3)
MS\Internal\Documents\DocumentPageTextView.cs (1)
307internal override ReadOnlyCollection<GlyphRun> GetGlyphRuns(ITextPointer start, ITextPointer end)
MS\Internal\Documents\TextDocumentView.cs (1)
355internal override ReadOnlyCollection<GlyphRun> GetGlyphRuns(ITextPointer start, ITextPointer end)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
403internal override ReadOnlyCollection<GlyphRun> GetGlyphRuns(ITextPointer start, ITextPointer end)
1 reference to GetGlyphRuns
PresentationFramework (1)
MS\Internal\Documents\TextViewBase.cs (1)
547return GetGlyphRuns(start, end);