7 references to None
PresentationCore (5)
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
182return StyleSimulations.None;
System\Windows\Media\FamilyTypeface.cs (1)
203return StyleSimulations.None;
System\Windows\Media\GlyphTypeface.cs (3)
63public GlyphTypeface(Uri typefaceSource) : this(typefaceSource, StyleSimulations.None) 110Invariant.Assert( styleSimulations == StyleSimulations.None 135if ( styleSimulations != StyleSimulations.None
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
917new FrameworkPropertyMetadata(StyleSimulations.None, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(GlyphRunPropertyChanged)));
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
2098WriteAttr("StyleSimulations", glyphRun.GlyphTypeface.StyleSimulations, StyleSimulations.None);