2 writes to _eraCount
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
188
_eraCount
= (int)viewState[3];
250
_eraCount
= ints.Length;
5 references to _eraCount
System.Web.Mobile (5)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (5)
193
for (int i = 0; i <
_eraCount
; i++) {
214
if (baseState == null && !saveVisibleDate &&
_eraCount
== 0) {
222
else if (!saveVisibleDate &&
_eraCount
== 0) {
225
else if (
_eraCount
== 0) {
232
_eraCount
};