8 references to Layout
System.Web.Mobile (8)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
45internal static readonly StyleFilter All= XhtmlConstants.Format | XhtmlConstants.Layout;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (2)
39if ((filter & XhtmlConstants.Layout) != 0) { 68if ((filter & XhtmlConstants.Layout) != 0) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
39if ((filter & XhtmlConstants.Layout) != 0) { 109if ((filter & XhtmlConstants.Layout) != 0) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
267if ((filter & XhtmlConstants.Layout) == 0) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (2)
255returnValue |= XhtmlConstants.Layout; 269SetFilter (Filter & XhtmlConstants.Layout);