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