1 instantiation of ClockCollection
PresentationCore (1)
System\Windows\Media\Animation\ClockGroup.cs (1)
53
return new
ClockCollection
(this);
10 references to ClockCollection
PresentationCore (9)
System\Windows\Media\Animation\ClockGroup.cs (1)
46
public
ClockCollection
Children
System\Windows\Media\Animation\TimelineClockCollection.cs (8)
187
if (obj is
ClockCollection
)
189
return (this == (
ClockCollection
)obj);
206
public static bool Equals(
ClockCollection
objA,
ClockCollection
objB)
220
public static bool operator ==(
ClockCollection
objA,
ClockCollection
objB)
251
public static bool operator !=(
ClockCollection
objA,
ClockCollection
objB)
PresentationFramework (1)
System\Windows\Media\Animation\Storyboard.cs (1)
505
ClockCollection
childrenClocks = currentClockGroup.Children;