1 write to _glyphs
PresentationCore (1)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
83
_glyphs
= new Glyphs[shapeables.Count];
6 references to _glyphs
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (6)
154
_glyphs
[i] = new Glyphs(
185
_glyphs
[i] = new Glyphs(
206
Debug.Assert(
_glyphs
!= null);
209
foreach (Glyphs glyphs in
_glyphs
)
229
Debug.Assert(
_glyphs
!= null);
231
foreach (Glyphs glyphs in
_glyphs
)