4 references to Symbol
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
573return _shapeTypeface.GlyphTypeface.Symbol;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1026return Symbol;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
406bool symbolTypeface = glyphTypeface.Symbol;
PresentationFramework (1)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
3552if (glyphTypeface != null && glyphTypeface.Symbol)