6 references to None
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
184return StyleSimulations.None;
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (1)
206return StyleSimulations.None;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (3)
70public GlyphTypeface(Uri typefaceSource) : this(typefaceSource, StyleSimulations.None) 125Invariant.Assert( styleSimulations == StyleSimulations.None 164if ( styleSimulations != StyleSimulations.None
PresentationFramework (1)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
935new FrameworkPropertyMetadata(StyleSimulations.None, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(GlyphRunPropertyChanged)));