1 write to _nextButton
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
169_nextButton = GetTemplateChild(ElementNextButton) as Button;
14 references to _nextButton
PresentationFramework (14)
System\Windows\Controls\Primitives\CalendarItem.cs (14)
119return this._nextButton; 156if (this._nextButton != null) 158this._nextButton.Click -= new RoutedEventHandler(NextButton_Click); 192if (this._nextButton != null) 196if (this._nextButton.Content == null) 198this._nextButton.Content = SR.Calendar_NextButtonName; 201this._nextButton.Click += new RoutedEventHandler(NextButton_Click); 1205if (this.Owner != null && _nextButton != null) 1212_nextButton.IsEnabled = false; 1219_nextButton.IsEnabled = (DateTimeHelper.CompareDays(this.Owner.DisplayDateEndInternal, firstDayOfNextMonth) > -1); 1331if (this.Owner != null && _nextButton != null) 1333_nextButton.IsEnabled = (this.Owner.DisplayDateEndInternal.Year != DisplayDate.Year); 1360if (this.Owner != null && _nextButton != null) 1362_nextButton.IsEnabled = (this.Owner.DisplayDateEndInternal.Year > decadeEnd);