2 implementations of GetGlyphRuns
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
993ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
MS\Internal\Documents\TextViewBase.cs (1)
545ReadOnlyCollection<GlyphRun> ITextView.GetGlyphRuns(ITextPointer start, ITextPointer end)
6 references to GetGlyphRuns
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (2)
305/// <see cref="ITextView.GetGlyphRuns"/> 318return _pageTextView.GetGlyphRuns(start, end);
MS\Internal\Documents\TextBoxView.cs (1)
991/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextDocumentView.cs (1)
352/// <see cref="ITextView.GetGlyphRuns"/>
MS\Internal\Documents\TextViewBase.cs (2)
103/// <see cref="ITextView.GetGlyphRuns"/> 543/// <see cref="ITextView.GetGlyphRuns"/>