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