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) 941if (_monthView != null) 948this._monthView.Children.Add(titleCell); 969this._monthView.Children.Add(dayCell); 1007if (_monthView != null) 1013FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1043CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1156CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1175CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;