14 references to Automatic
PresentationCore (14)
System\Windows\Duration.cs (14)
74
else if (t1._durationType != DurationType.
Automatic
75
&& t2._durationType != DurationType.
Automatic
)
192
if (t1._durationType == DurationType.
Automatic
&& t2._durationType == DurationType.
Automatic
)
197
else if (t1._durationType == DurationType.
Automatic
|| t2._durationType == DurationType.
Automatic
)
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
)
365
duration._durationType = DurationType.
Automatic
;