9 references to CanGrow
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
888
if (
CanGrow
)
1792
if (
CanGrow
) // One of our descendants has set this flag on us
1818
if (
CanGrow
) // One of our descendants has set this flag on us
2186
Debug.Assert(
CanGrow
, "ComputeCurrentIterationWithGrow should only run on clocks with CanGrow.");
2443
if (
CanGrow
)
2493
else if (!
CanGrow
) // Case of finite duration
2516
if (
CanGrow
&& _currentIterationBeginTime.HasValue && _currentIteration.HasValue)
2694
if (
CanGrow
)
3401
else if (current.
CanGrow
) // If it's a repeating container with slippable descendants...