2 writes to _start
PresentationFramework (2)
System\Windows\Controls\CalendarDateRange.cs (2)
43_start = start; 96_start = value;
5 references to _start
PresentationFramework (5)
System\Windows\Controls\CalendarDateRange.cs (5)
62return CoerceEnd(_start, _end); 67DateTime newEnd = CoerceEnd(_start, value); 70OnChanging(new CalendarDateRangeChangingEventArgs(_start, newEnd)); 84return _start; 89if (_start != value)