2 implementations of GetGlyphRuns
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
950
ReadOnlyCollection<GlyphRun> ITextView.
GetGlyphRuns
(ITextPointer start, ITextPointer end)
MS\Internal\Documents\TextViewBase.cs (1)
544
ReadOnlyCollection<GlyphRun> ITextView.
GetGlyphRuns
(ITextPointer start, ITextPointer end)
6 references to GetGlyphRuns
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (2)
304
/// <see cref="ITextView.
GetGlyphRuns
"/>
317
return _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
"/>