8 references to Normal
PresentationCore (6)
MS\Internal\FontFace\FontDifferentiator.cs (1)
46
if (fontWeight != FontWeights.
Normal
)
MS\Internal\FontFace\MatchingStyle.cs (1)
38
(weight.ToOpenTypeWeight() - FontWeights.
Normal
.ToOpenTypeWeight()) / 100.0 * FontWeightScale
System\Windows\FontWeights.cs (1)
135
fontWeight = FontWeights.
Normal
;
System\Windows\Media\FontFamily.cs (2)
328
FontWeight weight = FontWeights.
Normal
;
410
FontWeight weight = FontWeights.
Normal
;
System\Windows\Media\Typeface.cs (1)
52
FontWeights.
Normal
,
PresentationFramework (1)
System\windows\Documents\TextEditorCharacters.cs (1)
174
FontWeight fontWeight = (propertyValue != DependencyProperty.UnsetValue && (FontWeight)propertyValue == FontWeights.Bold) ? FontWeights.
Normal
: FontWeights.Bold;
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
226
return sdFont.Bold ? FontWeights.Bold : FontWeights.
Normal
;