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); 457for (int i = 0; i < _monthsToDisplay; i++) 817if (e.ListItem.Index == _monthsToDisplay) 821Control.VisibleDate, _monthsToDisplay); 824else if (e.ListItem.Index == _monthsToDisplay + 1) 828Control.VisibleDate, -_monthsToDisplay);