2 instantiations of Glyphs
PresentationCore (2)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
154
_glyphs[i] = new
Glyphs
(
185
_glyphs[i] = new
Glyphs
(
4 references to Glyphs
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (4)
35
private
Glyphs
[] _glyphs;
83
_glyphs = new
Glyphs
[shapeables.Count];
209
foreach (
Glyphs
glyphs in _glyphs)
231
foreach (
Glyphs
glyphs in _glyphs)