1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
171_monthView = GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
83get { return _monthView; } 327if (_monthView != null) 955if (_monthView != null) 962this._monthView.Children.Add(titleCell); 982this._monthView.Children.Add(dayCell); 1019if (_monthView != null) 1025FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1055CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1168CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1188CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;