1 write to Text
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
226
((CommandTreeNode)CurrentNode).
Text
= _txtText.Text;
2 references to Text
System.Web.Mobile (2)
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
155
_txtText.Text = currentCommandNode.
Text
;
246
commandNode.RuntimeCommand.Text = commandNode.
Text
;