2 references to CalendarAutomationPeer_CalendarButtonLocalizedControlType
PresentationFramework (2)
System\Windows\Automation\Peers\CalendarButtonAutomationPeer.cs (1)
63return IsDayButton ? SR.CalendarAutomationPeer_DayButtonLocalizedControlType : SR.CalendarAutomationPeer_CalendarButtonLocalizedControlType;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
303return IsDayButton ? SR.CalendarAutomationPeer_DayButtonLocalizedControlType : SR.CalendarAutomationPeer_CalendarButtonLocalizedControlType;