16 references to Automatic
PresentationCore (16)
System\Windows\Duration.cs (16)
38
Debug.Assert(durationType == DurationType.
Automatic
|| durationType == DurationType.Forever);
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
)
294
if (t1._durationType == DurationType.
Automatic
)
296
if (t2._durationType == DurationType.
Automatic
)
305
else if (t2._durationType == DurationType.
Automatic
)
370
return new Duration(DurationType.
Automatic
);
495
else if (_durationType == DurationType.
Automatic
)