1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
758
_monthControl
= GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
System\Windows\Controls\Calendar.cs (5)
718
get { return
_monthControl
; }
751
if (
_monthControl
!= null)
753
_monthControl
.Owner = null;
760
if (
_monthControl
!= null)
762
_monthControl
.Owner = this;