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