19 references to LiteralFormat
System.Web.Mobile (19)
UI\MobileControls\CompileLiteralTextParser.cs (6)
147private ListDictionary GetPropertyDictionary(LiteralFormat format, bool breakAfter, String linkUrl) 150if (format != LiteralFormat.None || !breakAfter || linkUrl != null) 153if ((format & LiteralFormat.Bold) == LiteralFormat.Bold) 157if ((format & LiteralFormat.Italic) == LiteralFormat.Italic)
UI\MobileControls\LiteralTextParser.cs (9)
68public LiteralFormat Format = LiteralFormat.None; 411protected LiteralFormat CurrentFormat 597LiteralFormat currentFormat = _formatStack.CurrentFormat; 710public LiteralFormat CurrentFormat 714LiteralFormat format = LiteralFormat.None; 720format |= LiteralFormat.Bold; 723format |= LiteralFormat.Italic;
UI\MobileControls\TextView.cs (4)
441((element.Format & LiteralFormat.Bold) == LiteralFormat.Bold), 442((element.Format & LiteralFormat.Italic) == LiteralFormat.Italic),