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