5 references to Bold
System.Web.Mobile (5)
UI\MobileControls\CompileLiteralTextParser.cs (2)
153
if ((format & LiteralFormat.
Bold
) == LiteralFormat.
Bold
)
UI\MobileControls\LiteralTextParser.cs (1)
720
format |= LiteralFormat.
Bold
;
UI\MobileControls\TextView.cs (2)
441
((element.Format & LiteralFormat.
Bold
) == LiteralFormat.
Bold
),