4 references to Format
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
45internal static readonly StyleFilter All= XhtmlConstants.Format | XhtmlConstants.Layout;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
398filter &= XhtmlConstants.Format;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (2)
244SetFilter (Filter & XhtmlConstants.Format); 280returnValue |= XhtmlConstants.Format;