5 writes to _cachedInnerText
System.Web.Mobile (5)
UI\MobileControls\MobileControl.cs (5)
212
_cachedInnerText
= null;
230
_cachedInnerText
= null;
401
_cachedInnerText
= null;
989
_cachedInnerText
= text;
1029
_cachedInnerText
= null;
2 references to _cachedInnerText
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (2)
903
if (
_cachedInnerText
!= null)
905
text =
_cachedInnerText
;