2 references to Glyphs
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4835bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Glyphs(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1302case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break;