1 write to _yearView
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
173_yearView = GetTemplateChild(ElementYearView) as Grid;
9 references to _yearView
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (9)
95get { return _yearView; } 316if (_yearView != null) 342if (_yearView != null) 491if (_isMonthPressed && _yearView != null) 493UIElementCollection yearViewChildren = _yearView.Children; 989if (_yearView != null) 1010this._yearView.Children.Add(monthCell); 1248foreach (object child in _yearView.Children) 1295foreach (object child in _yearView.Children)