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