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)
941
if (
_monthView
!= null)
948
this.
_monthView
.Children.Add(titleCell);
969
this.
_monthView
.Children.Add(dayCell);
1007
if (
_monthView
!= null)
1013
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1043
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1156
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1175
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;