4 references to Symbol
PresentationCore (3)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
565return _shapeTypeface.GlyphTypeface.Symbol;
System\Windows\Media\GlyphTypeface.cs (1)
772return Symbol;
System\Windows\Media\Typeface.cs (1)
400bool symbolTypeface = glyphTypeface.Symbol;
PresentationFramework (1)
System\Windows\Documents\RtfToXamlReader.cs (1)
3493if (glyphTypeface != null && glyphTypeface.Symbol)