9 references to CanGrow
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
902if (CanGrow) 1809if (CanGrow) // One of our descendants has set this flag on us 1835if (CanGrow) // One of our descendants has set this flag on us 2204Debug.Assert(CanGrow, "ComputeCurrentIterationWithGrow should only run on clocks with CanGrow."); 2461if (CanGrow) 2511else if (!CanGrow) // Case of finite duration 2534if (CanGrow && _currentIterationBeginTime.HasValue && _currentIteration.HasValue) 2712if (CanGrow) 3422else if (current.CanGrow) // If it's a repeating container with slippable descendants...