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)
713get { return _monthControl; } 746_monthControl?.Owner = null; 752_monthControl?.Owner = this;