2 implementations of GetGlyphRuns
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
995ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
MS\Internal\Documents\TextViewBase.cs (1)
547ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
6 references to GetGlyphRuns
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (2)
307/// <see cref="ITextView.GetGlyphRuns"/> 320return _pageTextView.GetGlyphRuns(start, end);
MS\Internal\Documents\TextBoxView.cs (1)
993/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextDocumentView.cs (1)
355/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextViewBase.cs (2)
105/// <see cref="ITextView.GetGlyphRuns"/> 545/// <see cref="ITextView.GetGlyphRuns"/>