3 instantiations of IndexedGlyphRun
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2871new IndexedGlyphRun( 2958new IndexedGlyphRun(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
981new IndexedGlyphRun(
11 references to IndexedGlyphRun
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2165public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 2172IEnumerable<IndexedGlyphRun> result = null;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3781private ICollection<IndexedGlyphRun> _indexedGlyphRuns; 3792internal ICollection<IndexedGlyphRun> IndexedGlyphRuns 3798_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
926public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 928List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length);
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (2)
31using IndexedGlyphRun = System.Windows.Media.TextFormatting.IndexedGlyphRun; 285internal ICollection<IndexedGlyphRun> IndexedGlyphRuns
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
204public abstract IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns();