2 writes to _text
System.Web.Mobile (2)
UI\MobileControls\MobileListItem.cs (2)
92
_text
= text;
155
_text
= value;
5 references to _text
System.Web.Mobile (5)
UI\MobileControls\MobileListItem.cs (5)
138
if (
_text
!= null)
140
s =
_text
;
176
else if (
_text
!= null)
178
s =
_text
;
248
String sa0 = _flags.Get(TEXTISDIRTY) ?
_text
: null;