16 references to Automatic
PresentationCore (16)
System\Windows\Duration.cs (16)
39
Debug.Assert(durationType == DurationType.
Automatic
|| durationType == DurationType.Forever);
81
else if (t1._durationType != DurationType.
Automatic
82
&& t2._durationType != DurationType.
Automatic
)
199
if (t1._durationType == DurationType.
Automatic
&& t2._durationType == DurationType.
Automatic
)
204
else if (t1._durationType == DurationType.
Automatic
|| t2._durationType == DurationType.
Automatic
)
260
if (t1._durationType == DurationType.
Automatic
&& t2._durationType == DurationType.
Automatic
)
265
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
)
371
return new Duration(DurationType.
Automatic
);
496
else if (_durationType == DurationType.
Automatic
)