4 references to Parents
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\TaskGenerator.cs (4)
546
if (!dependentProperty.
Parents
.Contains(property.Name))
548
dependentProperty.
Parents
.AddLast(property.Name);
658
if (property.
Parents
.Count > 0)
660
foreach (string parentName in property.
Parents
)