1 write to _headerButton
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
175_headerButton = GetTemplateChild(ElementHeaderButton) as Button;
14 references to _headerButton
PresentationFramework (14)
System\Windows\Controls\Primitives\CalendarItem.cs (14)
116return this._headerButton; 166if (this._headerButton != null) 168this._headerButton.Click -= new RoutedEventHandler(HeaderButton_Click); 209if (this._headerButton != null) 211this._headerButton.Click += new RoutedEventHandler(HeaderButton_Click); 1196if (this._headerButton != null) 1198this._headerButton.Content = DateTimeHelper.ToYearMonthPatternString(DisplayDate, DateTimeHelper.GetCulture(this)); 1202this._headerButton.IsEnabled = true; 1326if (this._headerButton != null) 1328this._headerButton.IsEnabled = true; 1329this._headerButton.Content = DateTimeHelper.ToYearString(DisplayDate, DateTimeHelper.GetCulture(this)); 1355if (this._headerButton != null) 1357this._headerButton.Content = DateTimeHelper.ToDecadeRangeString(decade, this); 1358this._headerButton.IsEnabled = false;