2 writes to _text
System.Web.Mobile (2)
UI\MobileControls\ObjectListCommand.cs (2)
47
_text
= text;
84
_text
= value;
2 references to _text
System.Web.Mobile (2)
UI\MobileControls\ObjectListCommand.cs (2)
79
return (
_text
== null) ? String.Empty :
_text
;