1 write to _headerButton
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
170_headerButton = GetTemplateChild(ElementHeaderButton) as Button;
14 references to _headerButton
PresentationFramework (14)
System\Windows\Controls\Primitives\CalendarItem.cs (14)
111return this._headerButton; 161if (this._headerButton != null) 163this._headerButton.Click -= new RoutedEventHandler(HeaderButton_Click); 204if (this._headerButton != null) 206this._headerButton.Click += new RoutedEventHandler(HeaderButton_Click); 1191if (this._headerButton != null) 1193this._headerButton.Content = DateTimeHelper.ToYearMonthPatternString(DisplayDate, DateTimeHelper.GetCulture(this)); 1197this._headerButton.IsEnabled = true; 1321if (this._headerButton != null) 1323this._headerButton.IsEnabled = true; 1324this._headerButton.Content = DateTimeHelper.ToYearString(DisplayDate, DateTimeHelper.GetCulture(this)); 1350if (this._headerButton != null) 1352this._headerButton.Content = DateTimeHelper.ToDecadeRangeString(decade, this); 1353this._headerButton.IsEnabled = false;