2 references to Calendar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1717
case AutomationControlType.
Calendar
: controlType = ControlType.Calendar; break;
PresentationFramework (1)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
106
return AutomationControlType.
Calendar
;