7 references to None
PresentationCore (5)
MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
178
return StyleSimulations.
None
;
System\Windows\Media\FamilyTypeface.cs (1)
187
return StyleSimulations.
None
;
System\Windows\Media\GlyphTypeface.cs (3)
56
public GlyphTypeface(Uri typefaceSource) : this(typefaceSource, StyleSimulations.
None
)
102
Invariant.Assert( styleSimulations == StyleSimulations.
None
127
if ( styleSimulations != StyleSimulations.
None
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
904
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
);