14 references to Automatic
PresentationCore (14)
Core\CSharp\System\Windows\Duration.cs (14)
80
else if (t1._durationType != DurationType.
Automatic
81
&& t2._durationType != DurationType.
Automatic
)
198
if (t1._durationType == DurationType.
Automatic
&& t2._durationType == DurationType.
Automatic
)
203
else if (t1._durationType == DurationType.
Automatic
|| t2._durationType == DurationType.
Automatic
)
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
)
372
duration._durationType = DurationType.
Automatic
;