4 references to Normal
PresentationFramework (4)
MS\Internal\Text\TypographyProperties.cs (1)
758_variant = FontVariants.Normal;
System\windows\Documents\TextEditorCharacters.cs (2)
247fontVariants = fontVariants == FontVariants.Subscript ? FontVariants.Normal : FontVariants.Subscript; 266fontVariants = fontVariants == FontVariants.Superscript ? FontVariants.Normal : FontVariants.Superscript;
System\Windows\Documents\Typography.cs (1)
1825FontVariants.Normal,