2 implementations of GetGlyphRuns
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
950ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
MS\Internal\Documents\TextViewBase.cs (1)
544ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
6 references to GetGlyphRuns
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (2)
304/// <see cref="ITextView.GetGlyphRuns"/> 317return _pageTextView.GetGlyphRuns(start, end);
MS\Internal\Documents\TextBoxView.cs (1)
948/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextDocumentView.cs (1)
351/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextViewBase.cs (2)
102/// <see cref="ITextView.GetGlyphRuns"/> 542/// <see cref="ITextView.GetGlyphRuns"/>