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); 419for (int i = 0; i < _monthsToDisplay; i++) { 751if (e.ListItem.Index == _monthsToDisplay) { 754Control.VisibleDate, _monthsToDisplay); 757else if (e.ListItem.Index == _monthsToDisplay + 1) { 760Control.VisibleDate, -_monthsToDisplay);