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); 1192if (this._headerButton != null) 1194this._headerButton.Content = DateTimeHelper.ToYearMonthPatternString(DisplayDate, DateTimeHelper.GetCulture(this)); 1198this._headerButton.IsEnabled = true; 1322if (this._headerButton != null) 1324this._headerButton.IsEnabled = true; 1325this._headerButton.Content = DateTimeHelper.ToYearString(DisplayDate, DateTimeHelper.GetCulture(this)); 1351if (this._headerButton != null) 1353this._headerButton.Content = DateTimeHelper.ToDecadeRangeString(decade, this); 1354this._headerButton.IsEnabled = false;