11 references to DisplayModeProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (9)
360
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
361
set { SetValue(
DisplayModeProperty
, value); }
951
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1335
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1351
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1411
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1418
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1652
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1668
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Decade);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
916
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Year);
922
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Decade);