1 write to _yearView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
166_yearView = GetTemplateChild(ElementYearView) as Grid;
9 references to _yearView
PresentationFramework (9)
System\Windows\Controls\Primitives\CalendarItem.cs (9)
88get { return _yearView; } 309if (_yearView != null) 335if (_yearView != null) 484if (_isMonthPressed && _yearView != null) 486UIElementCollection yearViewChildren = _yearView.Children; 973if (_yearView != null) 995this._yearView.Children.Add(monthCell); 1231foreach (object child in _yearView.Children) 1278foreach (object child in _yearView.Children)