8 references to Normal
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
52
if (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)
140
fontWeight = FontWeights.
Normal
;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
357
FontWeight weight = FontWeights.
Normal
;
441
FontWeight weight = FontWeights.
Normal
;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
65
FontWeights.
Normal
,
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
193
FontWeight 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)
56
Add(keyValuePair.Key, System.Windows.FontWeights.
Normal
);