3 instantiations of IndexedGlyphRun
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2701new IndexedGlyphRun( 2783new IndexedGlyphRun(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
967new IndexedGlyphRun(
11 references to IndexedGlyphRun
PresentationCore (11)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2123public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 2130IEnumerable<IndexedGlyphRun> result = null;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3504private ICollection<IndexedGlyphRun> _indexedGlyphRuns; 3515internal ICollection<IndexedGlyphRun> IndexedGlyphRuns 3521_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
912public override IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns() 914List<IndexedGlyphRun> indexedGlyphRuns = new List<IndexedGlyphRun>(_runs.Length);
System\Windows\Media\textformatting\TextFormatterContext.cs (2)
29using IndexedGlyphRun = System.Windows.Media.TextFormatting.IndexedGlyphRun; 257internal ICollection<IndexedGlyphRun> IndexedGlyphRuns
System\Windows\Media\textformatting\TextLine.cs (1)
201public abstract IEnumerable<IndexedGlyphRun> GetIndexedGlyphRuns();