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