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)
83
get { return
_monthView
; }
327
if (
_monthView
!= null)
955
if (
_monthView
!= null)
962
this.
_monthView
.Children.Add(titleCell);
982
this.
_monthView
.Children.Add(dayCell);
1019
if (
_monthView
!= null)
1025
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1055
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1168
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1188
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;