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