1 write to _headerButton
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
169_headerButton = GetTemplateChild(ElementHeaderButton) as Button;
14 references to _headerButton
PresentationFramework (14)
System\Windows\Controls\Primitives\CalendarItem.cs (14)
110return this._headerButton; 160if (this._headerButton != null) 162this._headerButton.Click -= new RoutedEventHandler(HeaderButton_Click); 203if (this._headerButton != null) 205this._headerButton.Click += new RoutedEventHandler(HeaderButton_Click); 1182if (this._headerButton != null) 1184this._headerButton.Content = DateTimeHelper.ToYearMonthPatternString(DisplayDate, DateTimeHelper.GetCulture(this)); 1188this._headerButton.IsEnabled = true; 1312if (this._headerButton != null) 1314this._headerButton.IsEnabled = true; 1315this._headerButton.Content = DateTimeHelper.ToYearString(DisplayDate, DateTimeHelper.GetCulture(this)); 1341if (this._headerButton != null) 1343this._headerButton.Content = DateTimeHelper.ToDecadeRangeString(decade, this); 1344this._headerButton.IsEnabled = false;