1 write to ItemsAsLinks
System.Web.Mobile (1)
UI\MobileControls\Design\ListItemsPage.cs (1)
288list.ItemsAsLinks = _itemsAsLinksCheckBox.Checked;
6 references to ItemsAsLinks
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlListAdapter.cs (2)
155if(Control.ItemsAsLinks) 167if (hasCmdHandler || Control.ItemsAsLinks)
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
72bool itemsAsLinks = Control.ItemsAsLinks;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
116if (Control.ItemsAsLinks) {
UI\MobileControls\Design\ListItemsPage.cs (1)
156_itemsAsLinksCheckBox.Checked = list.ItemsAsLinks;
UI\MobileControls\List.cs (1)
480if(!ItemsAsLinks)