5 references to UserTrackPoints
System.Workflow.Runtime (5)
RTTrackingProfile.cs (1)
505
foreach (UserTrackPoint point in _profile.
UserTrackPoints
)
Tracking\TrackingProfileSerializer.cs (4)
332
profile.
UserTrackPoints
.Add(point);
916
&& ((null == profile.
UserTrackPoints
) || (0 == profile.
UserTrackPoints
.Count)))
941
foreach (UserTrackPoint point in profile.
UserTrackPoints
)