1 write to _monthView
PresentationFramework (1)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
165
_monthView
= GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
System\Windows\Controls\Primitives\CalendarItem.cs (10)
77
get { return
_monthView
; }
321
if (
_monthView
!= null)
940
if (
_monthView
!= null)
947
this.
_monthView
.Children.Add(titleCell);
968
this.
_monthView
.Children.Add(dayCell);
1006
if (
_monthView
!= null)
1012
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1042
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1155
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1174
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;