2 writes to _elements
System.Web.Mobile (2)
UI\MobileControls\TextView.cs (2)
71
_elements
= null;
149
_elements
= new ArrayList();
9 references to _elements
System.Web.Mobile (9)
UI\MobileControls\TextView.cs (9)
147
if (
_elements
== null)
151
return
_elements
;
169
if (
_elements
== null ||
_elements
.Count == 0)
197
_pageEndElement =
_elements
.Count - 1;
207
if (elementIndex ==
_elements
.Count)
217
if (elementIndex ==
_elements
.Count)
219
_pageEndElement =
_elements
.Count - 1;
325
return (TextViewElement)
_elements
[index];