1 write to _monthView
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
172
_monthView
= GetTemplateChild(ElementMonthView) as Grid;
10 references to _monthView
PresentationFramework (10)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (10)
84
get { return
_monthView
; }
328
if (
_monthView
!= null)
957
if (
_monthView
!= null)
964
this.
_monthView
.Children.Add(titleCell);
984
this.
_monthView
.Children.Add(dayCell);
1021
if (
_monthView
!= null)
1028
FrameworkElement daytitle =
_monthView
.Children[childIndex] as FrameworkElement;
1058
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1171
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;
1191
CalendarDayButton childButton =
_monthView
.Children[childIndex] as CalendarDayButton;