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); 475for (int i = 0; i < _monthsToDisplay; i++) 845if (e.ListItem.Index == _monthsToDisplay) 849Control.VisibleDate, _monthsToDisplay); 852else if (e.ListItem.Index == _monthsToDisplay + 1) 856Control.VisibleDate, -_monthsToDisplay);