UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (3)
130writer.RenderBeginSelect(Control.ClientID, formVariable, _ivalue, Control.Title, Control.IsMultiSelect);
134writer.RenderBeginSelect(Control.ClientID, null, null, Control.Title, Control.IsMultiSelect);
144writer.RenderBeginSelect(null, Control.ClientID, _ivalue, Control.Title, Control.IsMultiSelect);