8 references to Normal
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
52if (fontWeight != FontWeights.Normal)
Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs (1)
48(weight.ToOpenTypeWeight() - FontWeights.Normal.ToOpenTypeWeight()) / 100.0 * FontWeightScale
Core\CSharp\System\Windows\FontWeights.cs (1)
140fontWeight = FontWeights.Normal;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
357FontWeight weight = FontWeights.Normal; 441FontWeight weight = FontWeights.Normal;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
65FontWeights.Normal,
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
193FontWeight fontWeight = (propertyValue != DependencyProperty.UnsetValue && (FontWeight)propertyValue == FontWeights.Bold) ? FontWeights.Normal : FontWeights.Bold;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (1)
56Add(keyValuePair.Key, System.Windows.FontWeights.Normal);