1 write to _monthsToDisplay
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
124
_monthsToDisplay
= MonthsToDisplay(Device.ScreenCharactersHeight);
6 references to _monthsToDisplay
System.Web.Mobile (6)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (6)
128
_monthList.DataMember = Convert.ToString(
_monthsToDisplay
+ 2, CultureInfo.InvariantCulture);
457
for (int i = 0; i <
_monthsToDisplay
; i++)
817
if (e.ListItem.Index ==
_monthsToDisplay
)
821
Control.VisibleDate,
_monthsToDisplay
);
824
else if (e.ListItem.Index ==
_monthsToDisplay
+ 1)
828
Control.VisibleDate, -
_monthsToDisplay
);