2 references to CalendarAutomationPeer_CalendarButtonLocalizedControlType
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
;