1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
154
_monthView
= GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
77
get { return
_monthView
; }
307
if (
_monthView
!= null)
926
if (
_monthView
!= null)
933
this.
_monthView
.Children.Add(titleCell);
954
this.
_monthView
.Children.Add(dayCell);
992
if (
_monthView
!= null)
998
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1028
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1141
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1160
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;