2 writes to _start
PresentationFramework (2)
System\Windows\Controls\CalendarDateRange.cs (2)
45_start = start; 98_start = value;
5 references to _start
PresentationFramework (5)
System\Windows\Controls\CalendarDateRange.cs (5)
64return CoerceEnd(_start, _end); 69DateTime newEnd = CoerceEnd(_start, value); 72OnChanging(new CalendarDateRangeChangingEventArgs(_start, newEnd)); 86return _start; 91if (_start != value)