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