1 write to _monthsToDisplay
System.Web.Mobile (1)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
142
_monthsToDisplay
= MonthsToDisplay(Device.ScreenCharactersHeight);
6 references to _monthsToDisplay
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (6)
146
_monthList.DataMember = Convert.ToString(
_monthsToDisplay
+ 2, CultureInfo.InvariantCulture);
475
for (int i = 0; i <
_monthsToDisplay
; i++)
845
if (e.ListItem.Index ==
_monthsToDisplay
)
849
Control.VisibleDate,
_monthsToDisplay
);
852
else if (e.ListItem.Index ==
_monthsToDisplay
+ 1)
856
Control.VisibleDate, -
_monthsToDisplay
);