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