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)
719get { return _monthControl; } 752if (_monthControl != null) 754_monthControl.Owner = null; 761if (_monthControl != null) 763_monthControl.Owner = this;