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