1 write to _yearView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
172_yearView = GetTemplateChild(ElementYearView) as Grid;
9 references to _yearView
PresentationFramework (9)
System\Windows\Controls\Primitives\CalendarItem.cs (9)
94get { return _yearView; } 315if (_yearView != null) 341if (_yearView != null) 490if (_isMonthPressed && _yearView != null) 492UIElementCollection yearViewChildren = _yearView.Children; 987if (_yearView != null) 1008this._yearView.Children.Add(monthCell); 1245foreach (object child in _yearView.Children) 1292foreach (object child in _yearView.Children)