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