2 instantiations of Glyphs
PresentationCore (2)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
145
_glyphs[i] = new
Glyphs
(
176
_glyphs[i] = new
Glyphs
(
4 references to Glyphs
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (4)
26
private
Glyphs
[] _glyphs;
74
_glyphs = new
Glyphs
[shapeables.Count];
200
foreach (
Glyphs
glyphs in _glyphs)
222
foreach (
Glyphs
glyphs in _glyphs)