2 writes to _isShiftPressed
PresentationFramework (2)
System\Windows\Controls\Calendar.cs (2)
1592
this.
_isShiftPressed
= true;
1651
this.
_isShiftPressed
= false;
1 reference to _isShiftPressed
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
1648
if (this.
_isShiftPressed
&& (this.SelectionMode == CalendarSelectionMode.SingleRange || this.SelectionMode == CalendarSelectionMode.MultipleRange))