1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
165_monthView = GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
77get { return _monthView; } 321if (_monthView != null) 940if (_monthView != null) 947this._monthView.Children.Add(titleCell); 968this._monthView.Children.Add(dayCell); 1006if (_monthView != null) 1012FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1042CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1155CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1174CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;