14 references to Automatic
PresentationCore (14)
System\Windows\Duration.cs (14)
78
else if (t1._durationType != DurationType.
Automatic
79
&& t2._durationType != DurationType.
Automatic
)
196
if (t1._durationType == DurationType.
Automatic
&& t2._durationType == DurationType.
Automatic
)
201
else if (t1._durationType == DurationType.
Automatic
|| t2._durationType == DurationType.
Automatic
)
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
)
369
duration._durationType = DurationType.
Automatic
;