1 write to _monthControl
PresentationFramework (1)
src\Framework\System\Windows\Controls\Calendar.cs (1)
759
_monthControl
= GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
src\Framework\System\Windows\Controls\Calendar.cs (5)
719
get { return
_monthControl
; }
752
if (
_monthControl
!= null)
754
_monthControl
.Owner = null;
761
if (
_monthControl
!= null)
763
_monthControl
.Owner = this;