9 references to CanGrow
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (9)
905if (CanGrow) 1812if (CanGrow) // One of our descendants has set this flag on us 1838if (CanGrow) // One of our descendants has set this flag on us 2207Debug.Assert(CanGrow, "ComputeCurrentIterationWithGrow should only run on clocks with CanGrow."); 2464if (CanGrow) 2514else if (!CanGrow) // Case of finite duration 2537if (CanGrow && _currentIterationBeginTime.HasValue && _currentIteration.HasValue) 2715if (CanGrow) 3430else if (current.CanGrow) // If it's a repeating container with slippable descendants...