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)
714get { return _monthControl; } 747if (_monthControl != null) 749_monthControl.Owner = null; 756if (_monthControl != null) 758_monthControl.Owner = this;