1 write to _monthView
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
172_monthView = GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (10)
84get { return _monthView; } 328if (_monthView != null) 957if (_monthView != null) 964this._monthView.Children.Add(titleCell); 984this._monthView.Children.Add(dayCell); 1021if (_monthView != null) 1028FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1058CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1171CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1191CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton;