1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
154_monthView = GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
77get { return _monthView; } 307if (_monthView != null) 926if (_monthView != null) 933this._monthView.Children.Add(titleCell); 954this._monthView.Children.Add(dayCell); 992if (_monthView != null) 998FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1028CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1141CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1160CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;