2 implementations of GetGlyphRuns
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
999
ReadOnlyCollection<GlyphRun> ITextView.
GetGlyphRuns
(ITextPointer start, ITextPointer end)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
549
ReadOnlyCollection<GlyphRun> ITextView.
GetGlyphRuns
(ITextPointer start, ITextPointer end)
6 references to GetGlyphRuns
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (2)
309
/// <see cref="ITextView.
GetGlyphRuns
"/>
322
return _pageTextView.
GetGlyphRuns
(start, end);
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
997
/// <see cref="ITextView.
GetGlyphRuns
"/>
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
362
/// <see cref="ITextView.
GetGlyphRuns
"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
107
/// <see cref="ITextView.
GetGlyphRuns
"/>
547
/// <see cref="ITextView.
GetGlyphRuns
"/>