1 instantiation of PointAnimationClockResource
PresentationCore (1)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1352
new
PointAnimationClockResource
(
6 references to PointAnimationClockResource
PresentationCore (6)
System\Windows\Media\Generated\RenderData.cs (6)
1155
(data->hPoint0Animations == 0) ? data->point0 : ((
PointAnimationClockResource
)DependentLookup(data->hPoint0Animations)).CurrentValue,
1156
(data->hPoint1Animations == 0) ? data->point1 : ((
PointAnimationClockResource
)DependentLookup(data->hPoint1Animations)).CurrentValue
1234
(data->hCenterAnimations == 0) ? data->center : ((
PointAnimationClockResource
)DependentLookup(data->hCenterAnimations)).CurrentValue,
1496
((
PointAnimationClockResource
)DependentLookup(data->hPoint0Animations)).AnimationClock,
1498
((
PointAnimationClockResource
)DependentLookup(data->hPoint1Animations)).AnimationClock
1581
((
PointAnimationClockResource
)DependentLookup(data->hCenterAnimations)).AnimationClock,