2 instantiations of WmlFormat
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
166
WmlFormat newFormat = new
WmlFormat
(style, CurrentFormat);
1610
new
WmlFormat
(false, false, FontSize.Normal);
10 references to WmlFormat
System.Web.Mobile (10)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (10)
56
private
WmlFormat
_currentWrittenFormat = null;
166
WmlFormat
newFormat = new WmlFormat(style, CurrentFormat);
1100
WmlFormat
format = CurrentFormat;
1168
protected virtual void OpenCharacterFormat(
WmlFormat
format, bool writeBold, bool writeItalic, bool writeSize)
1609
private static readonly
WmlFormat
_defaultFormat =
1613
protected virtual
WmlFormat
DefaultFormat
1621
private
WmlFormat
CurrentFormat
1627
return (
WmlFormat
)_formatStack.Peek();
1728
public WmlFormat(Style style,
WmlFormat
currentFormat)
1827
public virtual bool Compare(
WmlFormat
format)