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