11 references to DisplayModeProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (9)
360
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
361
set { SetValue(
DisplayModeProperty
, value); }
953
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1343
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1359
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1419
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1426
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1660
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1676
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Decade);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
919
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Year);
925
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Decade);