1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
750
_monthControl
= GetTemplateChild(ElementMonth) as CalendarItem;
3 references to _monthControl
PresentationFramework (3)
System\Windows\Controls\Calendar.cs (3)
713
get { return
_monthControl
; }
746
_monthControl
?.Owner = null;
752
_monthControl
?.Owner = this;