1 write to _glyphs
PresentationCore (1)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
74
_glyphs
= new Glyphs[shapeables.Count];
6 references to _glyphs
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
145
_glyphs
[i] = new Glyphs(
176
_glyphs
[i] = new Glyphs(
197
Debug.Assert(
_glyphs
!= null);
200
foreach (Glyphs glyphs in
_glyphs
)
220
Debug.Assert(
_glyphs
!= null);
222
foreach (Glyphs glyphs in
_glyphs
)