9 references to CanGrow
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
889if (CanGrow) 1796if (CanGrow) // One of our descendants has set this flag on us 1822if (CanGrow) // One of our descendants has set this flag on us 2190Debug.Assert(CanGrow, "ComputeCurrentIterationWithGrow should only run on clocks with CanGrow."); 2447if (CanGrow) 2497else if (!CanGrow) // Case of finite duration 2520if (CanGrow && _currentIterationBeginTime.HasValue && _currentIteration.HasValue) 2698if (CanGrow) 3408else if (current.CanGrow) // If it's a repeating container with slippable descendants...