1 write to _monthsToDisplay
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
120
_monthsToDisplay
= MonthsToDisplay(Device.ScreenCharactersHeight);
6 references to _monthsToDisplay
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (6)
124
_monthList.DataMember = Convert.ToString(
_monthsToDisplay
+ 2, CultureInfo.InvariantCulture);
419
for (int i = 0; i <
_monthsToDisplay
; i++) {
751
if (e.ListItem.Index ==
_monthsToDisplay
) {
754
Control.VisibleDate,
_monthsToDisplay
);
757
else if (e.ListItem.Index ==
_monthsToDisplay
+ 1) {
760
Control.VisibleDate, -
_monthsToDisplay
);