2 writes to Value
System.Web.Mobile (2)
UI\MobileControls\Design\ListItemsPage.cs (1)
275
itemNode.RuntimeItem.
Value
= itemNode.Value;
UI\MobileControls\MobileListItem.cs (1)
272
Value
= sa[1];
17 references to Value
System.Web.Mobile (17)
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (1)
93
writer.WriteEncodedText(item.
Value
);
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
157
RenderBeginLink(writer, item.
Value
);
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (3)
105
WriteItemValueAttribute(writer, itemIndex, item.
Value
);
163
WriteItemValueAttribute(writer, itemIndex, item.
Value
);
201
WriteItemValueAttribute(writer, itemIndex, item.
Value
);
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
82
RenderLink(writer, item.
Value
, null, false, false, item.Text, true);
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (1)
151
writer.RenderSelectOption(item.Text, item.
Value
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
117
RenderBeginLink (writer, item.
Value
, accessKey, Style, cssClass);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
186
WriteItemValueAttribute(writer, itemIndex, item.
Value
);
239
WriteItemValueAttribute (writer, itemIndex, item.
Value
);
UI\MobileControls\Design\ListItemsPage.cs (1)
356
this._value = _runtimeItem.
Value
;
UI\MobileControls\MobileListItem.cs (3)
219
return
Value
.Equals(other.
Value
) && Text.Equals(other.Text);
227
return
Value
.GetHashCode();
UI\MobileControls\ObjectListItem.cs (3)
122
if(!
Value
.Equals(other.
Value
) || !Text.Equals(other.Text))
139
return
Value
.GetHashCode();