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