19 references to Selection
System.Web.Mobile (19)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (3)
100
if (Control.
Selection
.HasControls())
102
Control.
Selection
.RenderChildren(writer);
106
RenderItemDetails(writer, Control.
Selection
);
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (4)
99
RenderItemMenu(writer, Control.
Selection
);
103
if (Control.
Selection
.HasControls())
106
Control.
Selection
.RenderChildren(writer);
110
RenderItemDetails(writer, Control.
Selection
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (3)
208
if (Control.
Selection
.HasControls()) {
210
Control.
Selection
.RenderChildren(writer);
214
RenderItemDetails(writer, Control.
Selection
);
UI\MobileControls\ObjectList.cs (9)
442
return
Selection
;
697
Selection
.Controls.Clear();
700
Selection
.ID = "_ctl";
704
if (!Controls.Contains (
Selection
))
706
Controls.Add (
Selection
);
708
CheckedInstantiateTemplate (detailsTemplate,
Selection
, this);
711
Selection
.DataBind();
1128
OnItemCommand(new ObjectListCommandEventArgs(
Selection
, eventArgument));
1172
new ObjectListShowCommandsEventArgs(
Selection
, Commands);