24 references to DurationType
PresentationCore (24)
Core\CSharp\System\Windows\Duration.cs (24)
26
private
DurationType
_durationType;
38
_durationType =
DurationType
.TimeSpan;
80
else if (t1._durationType !=
DurationType
.Automatic
81
&& t2._durationType !=
DurationType
.Automatic)
108
else if (t1._durationType ==
DurationType
.Forever
168
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
173
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
198
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
203
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
229
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
234
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
259
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
264
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
295
if (t1._durationType ==
DurationType
.Automatic)
297
if (t2._durationType ==
DurationType
.Automatic)
306
else if (t2._durationType ==
DurationType
.Automatic)
359
return (_durationType ==
DurationType
.TimeSpan);
372
duration._durationType =
DurationType
.Automatic;
387
duration._durationType =
DurationType
.Forever;
520
else if (_durationType ==
DurationType
.Forever)