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