1 write to _hoverStart
PresentationFramework (1)
src\Framework\System\Windows\Controls\Calendar.cs (1)
700
_hoverStart
= value;
1 reference to _hoverStart
PresentationFramework (1)
src\Framework\System\Windows\Controls\Calendar.cs (1)
695
return this.SelectionMode == CalendarSelectionMode.None ? null :
_hoverStart
;