1 instantiation of ClockCollection
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
60return new ClockCollection(this);
10 references to ClockCollection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
53public ClockCollection Children
Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs (8)
195if (obj is ClockCollection) 197return (this == (ClockCollection)obj); 214public static bool Equals(ClockCollection objA, ClockCollection objB) 228public static bool operator ==(ClockCollection objA, ClockCollection objB) 259public static bool operator !=(ClockCollection objA, ClockCollection objB)
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
507ClockCollection childrenClocks = currentClockGroup.Children;