3 writes to InnerText
System.Web.Mobile (3)
UI\MobileControls\MobileControl.cs (1)
634InnerText = s;
UI\MobileControls\TextControl.cs (1)
49InnerText = value;
UI\MobileControls\TextView.cs (1)
68InnerText = value;
3 references to InnerText
System.Web.Mobile (3)
UI\MobileControls\LiteralText.cs (1)
54return s != null ? s : InnerText;
UI\MobileControls\TextControl.cs (1)
44return InnerText;
UI\MobileControls\TextView.cs (1)
63return InnerText;