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)
78
get { return
_monthView
; }
322
if (
_monthView
!= null)
950
if (
_monthView
!= null)
957
this.
_monthView
.Children.Add(titleCell);
978
this.
_monthView
.Children.Add(dayCell);
1016
if (
_monthView
!= null)
1022
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1052
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1165
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1184
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;