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