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