24 references to DurationType
PresentationCore (24)
System\Windows\Duration.cs (24)
24
private
DurationType
_durationType;
36
_durationType =
DurationType
.TimeSpan;
78
else if (t1._durationType !=
DurationType
.Automatic
79
&& t2._durationType !=
DurationType
.Automatic)
106
else if (t1._durationType ==
DurationType
.Forever
166
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
171
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
196
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
201
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
227
else if (t1.HasTimeSpan && t2._durationType ==
DurationType
.Forever)
232
else if (t1._durationType ==
DurationType
.Forever && t2.HasTimeSpan)
257
if (t1._durationType ==
DurationType
.Automatic && t2._durationType ==
DurationType
.Automatic)
262
else if (t1._durationType ==
DurationType
.Automatic || t2._durationType ==
DurationType
.Automatic)
292
if (t1._durationType ==
DurationType
.Automatic)
294
if (t2._durationType ==
DurationType
.Automatic)
303
else if (t2._durationType ==
DurationType
.Automatic)
356
return (_durationType ==
DurationType
.TimeSpan);
369
duration._durationType =
DurationType
.Automatic;
384
duration._durationType =
DurationType
.Forever;
517
else if (_durationType ==
DurationType
.Forever)