11 references to DisplayModeProperty
PresentationFramework (11)
System\Windows\Controls\Calendar.cs (9)
359
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
360
set { SetValue(
DisplayModeProperty
, value); }
944
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1328
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1344
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1404
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1411
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1645
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1661
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);