3 references to False
System.Windows.Forms (3)
System\Windows\Forms\Rendering\FontCache.Data.cs (3)
95
lfItalic = (font.Style & FontStyle.Italic) == FontStyle.Italic ? True :
False
,
96
lfUnderline = (font.Style & FontStyle.Underline) == FontStyle.Underline ? True :
False
,
97
lfStrikeOut = (font.Style & FontStyle.Strikeout) == FontStyle.Strikeout ? True :
False
,