3 instantiations of IndexedGlyphRun
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2871
new
IndexedGlyphRun
(
2958
new
IndexedGlyphRun
(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
981
new
IndexedGlyphRun
(
11 references to IndexedGlyphRun
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2165
public override IEnumerable<
IndexedGlyphRun
> GetIndexedGlyphRuns()
2172
IEnumerable<
IndexedGlyphRun
> result = null;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3781
private ICollection<
IndexedGlyphRun
> _indexedGlyphRuns;
3792
internal ICollection<
IndexedGlyphRun
> IndexedGlyphRuns
3798
_indexedGlyphRuns = new List<
IndexedGlyphRun
>(8);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
926
public override IEnumerable<
IndexedGlyphRun
> GetIndexedGlyphRuns()
928
List<
IndexedGlyphRun
> indexedGlyphRuns = new List<
IndexedGlyphRun
>(_runs.Length);
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (2)
31
using IndexedGlyphRun = System.Windows.Media.TextFormatting.
IndexedGlyphRun
;
285
internal ICollection<
IndexedGlyphRun
> IndexedGlyphRuns
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
204
public abstract IEnumerable<
IndexedGlyphRun
> GetIndexedGlyphRuns();