2 references to GetCalendarButton
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
126
return OwningCalendar.MonthControl?.
GetCalendarButton
(this.Date, ButtonMode);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
463
focusTarget =
GetCalendarButton
(date, this.DisplayMode);