1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
758_monthControl = GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
System\Windows\Controls\Calendar.cs (5)
718get { return _monthControl; } 751if (_monthControl != null) 753_monthControl.Owner = null; 760if (_monthControl != null) 762_monthControl.Owner = this;