4 references to Parents
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\TaskGenerator.cs (4)
578
if (!dependentProperty.
Parents
.Contains(property.Name))
580
dependentProperty.
Parents
.AddLast(property.Name);
690
if (property.
Parents
.Count > 0)
692
foreach (string parentName in property.
Parents
)