24 references to DurationType
PresentationCore (24)
System\Windows\Duration.cs (24)
20
private
DurationType
_durationType;
32
_durationType =
DurationType
.TimeSpan;
74
else if (t1._durationType !=
DurationType
.Automatic
75
&& t2._durationType !=
DurationType
.Automatic)
102
else if (t1._durationType ==
DurationType
.Forever
162
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
167
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
192
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
197
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
223
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
228
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
253
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
258
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
288
if (t1._durationType ==
DurationType
.Automatic)
290
if (t2._durationType ==
DurationType
.Automatic)
299
else if (t2._durationType ==
DurationType
.Automatic)
352
return (_durationType ==
DurationType
.TimeSpan);
365
duration._durationType =
DurationType
.Automatic;
380
duration._durationType =
DurationType
.Forever;
513
else if (_durationType ==
DurationType
.Forever)