2 writes to _start
PresentationFramework (2)
System\Windows\Controls\CalendarDateRange.cs (2)
44_start = start; 97_start = value;
5 references to _start
PresentationFramework (5)
System\Windows\Controls\CalendarDateRange.cs (5)
63return CoerceEnd(_start, _end); 68DateTime newEnd = CoerceEnd(_start, value); 71OnChanging(new CalendarDateRangeChangingEventArgs(_start, newEnd)); 85return _start; 90if (_start != value)