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