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