14 references to Normal
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
58
if (fontStyle != FontStyles.
Normal
)
Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs (1)
87
FontStyles.
Normal
,
Core\CSharp\System\Windows\FontStyles.cs (1)
41
fontStyle = FontStyles.
Normal
;
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
356
FontStyle style = FontStyles.
Normal
;
440
FontStyle style = FontStyles.
Normal
;
Core\CSharp\System\Windows\Media\Typeface.cs (1)
64
FontStyles.
Normal
,
PresentationFramework (7)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
213
FontStyle fontStyle = (propertyValue != DependencyProperty.UnsetValue && (FontStyle)propertyValue == FontStyles.Italic) ? FontStyles.
Normal
: FontStyles.Italic;
src\Framework\System\Windows\SystemFonts.cs (6)
56
return (SystemParameters.IconMetrics.lfFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
135
return (SystemParameters.NonClientMetrics.lfCaptionFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
215
return (SystemParameters.NonClientMetrics.lfSmCaptionFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
294
return (SystemParameters.NonClientMetrics.lfMenuFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
372
return (SystemParameters.NonClientMetrics.lfStatusFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
453
return (SystemParameters.NonClientMetrics.lfMessageFont.lfItalic != 0) ? FontStyles.Italic : FontStyles.
Normal
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
144
inputTextBox.FontStyle = FontStyles.
Normal
;