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