3 instantiations of IndexedGlyphRun
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2677new IndexedGlyphRun( 2759new IndexedGlyphRun(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
958new IndexedGlyphRun(
10 references to IndexedGlyphRun
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2110public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 2117IEnumerable<IndexedGlyphRun> result = null;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3480private ICollection<IndexedGlyphRun> _indexedGlyphRuns; 3491internal ICollection<IndexedGlyphRun> IndexedGlyphRuns 3497_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
903public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 905List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length);
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
231internal ICollection<IndexedGlyphRun> IndexedGlyphRuns
System\Windows\Media\textformatting\TextLine.cs (1)
191public abstract IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns();