1 write to PastMembers
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
585
currentFrame.
PastMembers
= new HashSet<XamlMember>();
3 references to PastMembers
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (3)
583
if (currentFrame.
PastMembers
== null)
587
if (currentFrame.
PastMembers
.Contains(member))
593
currentFrame.
PastMembers
.Add(member);