2 references to Calendar
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1623
case AutomationControlType.
Calendar
: controlType = ControlType.Calendar; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
107
return AutomationControlType.
Calendar
;