5 references to ActivityTrackPoints
System.Workflow.Runtime (5)
RTTrackingProfile.cs (1)
483
foreach (ActivityTrackPoint point in _profile.
ActivityTrackPoints
)
Tracking\TrackingProfileSerializer.cs (4)
216
profile.
ActivityTrackPoints
.Add(point);
915
&& ((null == profile.
ActivityTrackPoints
) || (0 == profile.
ActivityTrackPoints
.Count))
932
foreach (ActivityTrackPoint point in profile.
ActivityTrackPoints
)