11 references to DisplayModeProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (9)
359
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
360
set { SetValue(
DisplayModeProperty
, value); }
950
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1334
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1350
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1410
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1417
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1651
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1667
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Decade);
System\Windows\Controls\Primitives\CalendarItem.cs (2)
915
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Year);
921
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Decade);