11 references to DisplayModeProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (9)
364
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
365
set { SetValue(
DisplayModeProperty
, value); }
957
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1347
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1363
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1423
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1430
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1664
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1680
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Decade);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
924
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Year);
930
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Decade);