1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
754
_monthControl
= GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
System\Windows\Controls\Calendar.cs (5)
714
get { return
_monthControl
; }
747
if (
_monthControl
!= null)
749
_monthControl
.Owner = null;
756
if (
_monthControl
!= null)
758
_monthControl
.Owner = this;