1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
753
_monthControl
= GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
System\Windows\Controls\Calendar.cs (5)
713
get { return
_monthControl
; }
746
if (
_monthControl
!= null)
748
_monthControl
.Owner = null;
755
if (
_monthControl
!= null)
757
_monthControl
.Owner = this;