1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
166_monthView = GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
78get { return _monthView; } 322if (_monthView != null) 950if (_monthView != null) 957this._monthView.Children.Add(titleCell); 978this._monthView.Children.Add(dayCell); 1016if (_monthView != null) 1022FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1052CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1165CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1184CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;