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