1 write to _monthControl
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
753_monthControl = GetTemplateChild(ElementMonth) as CalendarItem;
5 references to _monthControl
PresentationFramework (5)
System\Windows\Controls\Calendar.cs (5)
713get { return _monthControl; } 746if (_monthControl != null) 748_monthControl.Owner = null; 755if (_monthControl != null) 757_monthControl.Owner = this;