3 instantiations of IndexedGlyphRun
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2676new IndexedGlyphRun( 2758new IndexedGlyphRun(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
951new IndexedGlyphRun(
10 references to IndexedGlyphRun
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2109public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 2116IEnumerable<IndexedGlyphRun> result = null;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3479private ICollection<IndexedGlyphRun> _indexedGlyphRuns; 3490internal ICollection<IndexedGlyphRun> IndexedGlyphRuns 3496_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
896public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 898List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length);
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
230internal ICollection<IndexedGlyphRun> IndexedGlyphRuns
System\Windows\Media\textformatting\TextLine.cs (1)
190public abstract IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns();