11 references to DisplayModeProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\Calendar.cs (9)
365get { return (CalendarMode)GetValue(DisplayModeProperty); } 366set { SetValue(DisplayModeProperty, value); } 958this.SetCurrentValueInternal(DisplayModeProperty, newMode); 1348this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Month); 1364this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Year); 1427this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Month); 1434this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Year); 1668this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Year); 1684this.SetCurrentValueInternal(DisplayModeProperty, CalendarMode.Decade);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
926this.Owner.SetCurrentValueInternal(Calendar.DisplayModeProperty, CalendarMode.Year); 932this.Owner.SetCurrentValueInternal(Calendar.DisplayModeProperty, CalendarMode.Decade);