1 write to Text
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
246
commandNode.RuntimeCommand.
Text
= commandNode.Text;
7 references to Text
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
420
RenderPostBackEventAsAnchor(writer, command.Name, command.
Text
, subCommandStyle);
487
RenderPostBackEventAsAnchor(writer, command.Name, command.
Text
, subCommandStyle);
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
260
GetDefaultLabel(GoLabel), false, command.
Text
, true, WmlPostFieldType.Raw);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
267
RenderPostBackEventAsAnchor(writer, command.Name, command.
Text
, null /* accessKey */, subCommandStyle, subCommandClass);
341
RenderPostBackEventAsAnchor(writer, command.Name, command.
Text
);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
293
this._text = _runtimeCommand.
Text
;
UI\MobileControls\ObjectListCommandCollection.cs (1)
173
_savedState[i + 1] = command.
Text
;