7 references to None
PresentationCore (5)
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
177return StyleSimulations.None;
System\Windows\Media\FamilyTypeface.cs (1)
186return StyleSimulations.None;
System\Windows\Media\GlyphTypeface.cs (3)
55public GlyphTypeface(Uri typefaceSource) : this(typefaceSource, StyleSimulations.None) 101Invariant.Assert( styleSimulations == StyleSimulations.None 126if ( styleSimulations != StyleSimulations.None
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
902new FrameworkPropertyMetadata(StyleSimulations.None, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(GlyphRunPropertyChanged)));
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
2090WriteAttr("StyleSimulations", glyphRun.GlyphTypeface.StyleSimulations, StyleSimulations.None);