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