3 references to MonthView
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
51
return this.OwningCalendar.MonthControl.
MonthView
;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
351
if (
MonthView
!= null)
353
UIElementCollection dayButtonsHost =
MonthView
.Children;