1 write to _yearView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
155_yearView = GetTemplateChild(ElementYearView) as Grid;
9 references to _yearView
PresentationFramework (9)
System\Windows\Controls\Primitives\CalendarItem.cs (9)
88get { return _yearView; } 295if (_yearView != null) 321if (_yearView != null) 470if (_isMonthPressed && _yearView != null) 472UIElementCollection yearViewChildren = _yearView.Children; 959if (_yearView != null) 981this._yearView.Children.Add(monthCell); 1217foreach (object child in _yearView.Children) 1264foreach (object child in _yearView.Children)