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