Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
392GlyphRun glyphRun)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (7)
364internal override ReadOnlyCollection<GlyphRun> GetGlyphRuns(ITextPointer start, ITextPointer end)
366List<GlyphRun> glyphRuns = new List<GlyphRun>();
387return new ReadOnlyCollection<GlyphRun>(glyphRuns);
3138private bool GetGlyphRunsFromParagraphs(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ParagraphResult> paragraphs)
3191private void GetGlyphRunsFromFloatingElements(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ParagraphResult> floatingElements, out bool success)
3236private void GetGlyphRuns(List<GlyphRun> glyphRuns, ITextPointer start, ITextPointer end, ReadOnlyCollection<ColumnResult> columns, ReadOnlyCollection<ParagraphResult> floatingElements)