1 write to _yearView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
167_yearView = GetTemplateChild(ElementYearView) as Grid;
9 references to _yearView
PresentationFramework (9)
System\Windows\Controls\Primitives\CalendarItem.cs (9)
89get { return _yearView; } 310if (_yearView != null) 336if (_yearView != null) 485if (_isMonthPressed && _yearView != null) 487UIElementCollection yearViewChildren = _yearView.Children; 983if (_yearView != null) 1005this._yearView.Children.Add(monthCell); 1241foreach (object child in _yearView.Children) 1288foreach (object child in _yearView.Children)