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