5 writes to Wrapping
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlListAdapter.cs (2)
120
Style.
Wrapping
= Wrapping.NotSet;
192
Style.
Wrapping
= wrap;
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
294
subCommandStyle.
Wrapping
= style.Wrapping;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
481
subCommandStyle.
Wrapping
= style.Wrapping;
UI\MobileControls\MobileControl.cs (1)
838
this.Style.
Wrapping
= value;
4 references to Wrapping
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
58
Wrapping wrap = Style.
Wrapping
; // used for tables, no decoration case.
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
294
subCommandStyle.Wrapping = style.
Wrapping
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
481
subCommandStyle.Wrapping = style.
Wrapping
;
UI\MobileControls\MobileControl.cs (1)
834
return this.Style.
Wrapping
;