11 references to DisplayModeProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\Calendar.cs (9)
365
get { return (CalendarMode)GetValue(
DisplayModeProperty
); }
366
set { SetValue(
DisplayModeProperty
, value); }
958
this.SetCurrentValueInternal(
DisplayModeProperty
, newMode);
1348
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1364
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1427
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Month);
1434
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1668
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Year);
1684
this.SetCurrentValueInternal(
DisplayModeProperty
, CalendarMode.Decade);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
926
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Year);
932
this.Owner.SetCurrentValueInternal(Calendar.
DisplayModeProperty
, CalendarMode.Decade);